PHP Class GraphQL\Language\AST\SchemaDefinitionNode

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

Méthodes publiques

Свойство Type Description
$directives DirectiveNode[]
$kind string
$operationTypes OperationTypeDefinitionNode[]

Property Details

$directives public_oe property

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

$kind public_oe property

public string $kind
Résultat string

$operationTypes public_oe property

public OperationTypeDefinitionNode[],GraphQL\Language\AST $operationTypes
Résultat OperationTypeDefinitionNode[]