PHP 클래스 GraphQL\Language\AST\DirectiveDefinitionNode

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

공개 프로퍼티들

프로퍼티 타입 설명
$arguments ArgumentNode[]
$kind string
$locations NameNode[]
$name NameNode

프로퍼티 상세

$arguments 공개적으로 프로퍼티

public ArgumentNode[],GraphQL\Language\AST $arguments
리턴 ArgumentNode[]

$kind 공개적으로 프로퍼티

public string $kind
리턴 string

$locations 공개적으로 프로퍼티

public NameNode[],GraphQL\Language\AST $locations
리턴 NameNode[]

$name 공개적으로 프로퍼티

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