PHP Class GraphQL\Language\AST\SchemaDefinitionNode

Inheritance: extends Node, implements TypeSystemDefinitionNode
Show file Open project: webonyx/graphql-php

Public Properties

Property Type Description
$directives DirectiveNode[]
$kind string
$operationTypes OperationTypeDefinitionNode[]

Property Details

$directives public property

public DirectiveNode[],GraphQL\Language\AST $directives
return DirectiveNode[]

$kind public property

public string $kind
return string

$operationTypes public property

public OperationTypeDefinitionNode[],GraphQL\Language\AST $operationTypes
return OperationTypeDefinitionNode[]