PHP Class GraphQL\Language\AST\InlineFragmentNode

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

Méthodes publiques

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

Property Details

$directives public_oe property

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

$kind public_oe property

public $kind

$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