Skip to content

Commit

Permalink
fix: remove email1 hardcoded definition
Browse files Browse the repository at this point in the history
Remove email1 field as its already defined by argsHelper
  • Loading branch information
mrbarletta authored Dec 18, 2019
1 parent 4b5c82d commit 65e3e98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graphql/Schema/UserType.php
Original file line number Diff line number Diff line change
@@ -14,7 +14,6 @@ public function build($config) // implementing an abstract function where you b
$config->addField($field, $type);
}
$config->addField('session_id', new StringType());
$config->addField('email1', new StringType());
$config->addField('roles', new StringType());
$config->addField('related_roles', [
'type' => new ListType(new AclRoleType()),

0 comments on commit 65e3e98

Please sign in to comment.