GraphQLInterfaceType
Index
Constructors
Properties
Accessors
Methods
Constructors
constructor
Parameters
config: Readonly<GraphQLInterfaceTypeConfig<any, any>>
Returns GraphQLInterfaceType
Properties
astNode
description
extensionASTNodes
extensions
name
resolveType
Accessors
[toStringTag]
Returns string
Methods
getFields
Returns GraphQLFieldMap<any, any>
getInterfaces
Returns readonly GraphQLInterfaceType[]
toConfig
Returns GraphQLInterfaceTypeNormalizedConfig
toJSON
Returns string
toString
Returns string
Create and operate on GraphQL type definitions and schema.