PHP Class GraphQL\Language\AST\FragmentDefinitionNode

Inheritance: extends Node, implements DefinitionNode, implements HasSelectionSet
Afficher le fichier Open project: webonyx/graphql-php

Méthodes publiques

Свойство Type Description
$directives DirectiveNode[]
$kind
$name NameNode
$selectionSet SelectionSetNode
$typeCondition NamedTypeNode

Property Details

$directives public_oe property

public DirectiveNode[],GraphQL\Language\AST $directives
Résultat DirectiveNode[]

$kind public_oe property

public $kind

$name public_oe property

public NameNode,GraphQL\Language\AST $name
Résultat NameNode

$selectionSet public_oe property

public SelectionSetNode,GraphQL\Language\AST $selectionSet
Résultat SelectionSetNode

$typeCondition public_oe property

public NamedTypeNode,GraphQL\Language\AST $typeCondition
Résultat NamedTypeNode