PHP 클래스 GraphQL\Type\Introspection

파일 보기 프로젝트 열기: webonyx/graphql-php 1 사용 예제들

공개 메소드들

메소드 설명
_directive ( )
_directiveLocation ( )
_enumValue ( )
_field ( )
_inputValue ( )
_schema ( )
_type ( )
_typeKind ( )
getIntrospectionQuery ( $includeDescription = true ) : string
schemaMetaFieldDef ( )
typeMetaFieldDef ( )
typeNameMetaFieldDef ( )

메소드 상세

_directive() 공개 정적인 메소드

public static _directive ( )

_directiveLocation() 공개 정적인 메소드

public static _directiveLocation ( )

_enumValue() 공개 정적인 메소드

public static _enumValue ( )

_field() 공개 정적인 메소드

public static _field ( )

_inputValue() 공개 정적인 메소드

public static _inputValue ( )

_schema() 공개 정적인 메소드

public static _schema ( )

_type() 공개 정적인 메소드

public static _type ( )

_typeKind() 공개 정적인 메소드

public static _typeKind ( )

getIntrospectionQuery() 공개 정적인 메소드

public static getIntrospectionQuery ( $includeDescription = true ) : string
리턴 string

schemaMetaFieldDef() 공개 정적인 메소드

public static schemaMetaFieldDef ( )

typeMetaFieldDef() 공개 정적인 메소드

public static typeMetaFieldDef ( )

typeNameMetaFieldDef() 공개 정적인 메소드

public static typeNameMetaFieldDef ( )