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