PHP 클래스 GraphQL\Language\AST\InlineFragmentNode

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

공개 프로퍼티들

프로퍼티 타입 설명
$directives DirectiveNode[] | null
$kind
$selectionSet SelectionSetNode
$typeCondition NamedTypeNode

프로퍼티 상세

$directives 공개적으로 프로퍼티

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

$kind 공개적으로 프로퍼티

public $kind

$selectionSet 공개적으로 프로퍼티

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

$typeCondition 공개적으로 프로퍼티

public NamedTypeNode,GraphQL\Language\AST $typeCondition
리턴 NamedTypeNode