PHP 클래스 GraphQL\Language\AST\InputValueDefinitionNode

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

공개 프로퍼티들

프로퍼티 타입 설명
$defaultValue ValueNode
$directives DirectiveNode[]
$kind string
$name NameNode
$type TypeNode

프로퍼티 상세

$defaultValue 공개적으로 프로퍼티

public ValueNode $defaultValue
리턴 ValueNode

$directives 공개적으로 프로퍼티

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

$kind 공개적으로 프로퍼티

public string $kind
리턴 string

$name 공개적으로 프로퍼티

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

$type 공개적으로 프로퍼티

public TypeNode $type
리턴 TypeNode