GraphQLObjectType <TSource, TContext>
Index
Constructors
Properties
Accessors
Methods
Constructors
constructor
Type parameters
- TSource = any
- TContext = any
Parameters
config: Readonly<GraphQLObjectTypeConfig<TSource, TContext>>
Returns GraphQLObjectType<TSource, TContext>
Properties
astNode
description
extensionASTNodes
extensions
isTypeOf
name
Accessors
[toStringTag]
Returns string
Methods
getFields
Returns GraphQLFieldMap<TSource, TContext>
getInterfaces
Returns readonly GraphQLInterfaceType[]
toConfig
Returns GraphQLObjectTypeNormalizedConfig<TSource, TContext>
toJSON
Returns string
toString
Returns string
Create and operate on GraphQL type definitions and schema.