PHP GraphQL\Type\Definition 네임스페이스

Interfaces

이름 설명
AbstractType
LeafType /* export type GraphQLLeafType = GraphQLScalarType | GraphQLEnumType;
WrappingType

클래스들

이름 설명
BooleanType Class BooleanType
Config
CustomScalarType Class CustomScalarType
Directive Class Directive
DirectiveLocation
EnumType Class EnumType
EnumValueDefinition Class EnumValueDefinition
FieldArgument Class FieldArgument
FieldDefinition
FloatType
IDType Class IDType
InputObjectField Class InputObjectField
InputObjectType Class InputObjectType
IntType
InterfaceType Class InterfaceType
ListOfType
NonNull
ObjectType Object Type Definition
ResolveInfo Class ResolveInfo
ScalarType Scalar Type Definition
StringType
Type /* export type GraphQLType = GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList | GraphQLNonNull;
UnionType Class UnionType