PHP Class GraphQL\Language\AST\InterfaceTypeDefinitionNode

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

Méthodes publiques

Свойство Type Description
$directives DirectiveNode[]
$fields FieldDefinitionNode[]
$kind string
$name NameNode

Property Details

$directives public_oe property

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

$fields public_oe property

public FieldDefinitionNode[],GraphQL\Language\AST $fields
Résultat FieldDefinitionNode[]

$kind public_oe property

public string $kind
Résultat string

$name public_oe property

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