This commit is contained in:
Your Name
2021-07-26 19:46:18 +02:00
parent e7a49138bb
commit aae17f10a6
818 changed files with 70695 additions and 16408 deletions
@@ -12,13 +12,13 @@ class FieldDefinitionNode extends Node
/** @var NameNode */
public $name;
/** @var InputValueDefinitionNode[]|NodeList */
/** @var NodeList<InputValueDefinitionNode> */
public $arguments;
/** @var TypeNode */
/** @var NamedTypeNode|ListTypeNode|NonNullTypeNode */
public $type;
/** @var DirectiveNode[]|NodeList */
/** @var NodeList<DirectiveNode> */
public $directives;
/** @var StringValueNode|null */