PHP 클래스 GraphQL\Language\AST\OperationDefinitionNode

상속: extends Node, implements DefinitionNode, implements HasSelectionSet
파일 보기 프로젝트 열기: webonyx/graphql-php

공개 프로퍼티들

프로퍼티 타입 설명
$directives DirectiveNode[]
$kind string
$name NameNode
$operation (oneOf 'query', 'mutation'))
$selectionSet SelectionSetNode
$variableDefinitions VariableDefinitionNode[]

프로퍼티 상세

$directives 공개적으로 프로퍼티

public DirectiveNode[],GraphQL\Language\AST $directives
리턴 DirectiveNode[]

$kind 공개적으로 프로퍼티

public string $kind
리턴 string

$name 공개적으로 프로퍼티

public NameNode,GraphQL\Language\AST $name
리턴 NameNode

$operation 공개적으로 프로퍼티

(oneOf 'query', 'mutation'))
public $operation

$selectionSet 공개적으로 프로퍼티

public SelectionSetNode,GraphQL\Language\AST $selectionSet
리턴 SelectionSetNode

$variableDefinitions 공개적으로 프로퍼티

public VariableDefinitionNode[],GraphQL\Language\AST $variableDefinitions
리턴 VariableDefinitionNode[]