JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
graphql.schema.idl
TypeInfo
Uses of Class
graphql.schema.idl.TypeInfo
Packages that use
TypeInfo
Package
Description
graphql.schema.idl
Uses of
TypeInfo
in
graphql.schema.idl
Methods in
graphql.schema.idl
that return
TypeInfo
Modifier and Type
Method
Description
TypeInfo
TypeInfo.
renameAs
(
String
newName)
This will rename the type with the specified new name but will preserve the wrapping that was present
static
TypeInfo
TypeInfo.
typeInfo
(
Type
type)
TypeInfo
TypeInfo.
unwrapOne
()