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(java.lang.String newName)
This will rename the type with the specified new name but will preserve the wrapping that was presentstatic TypeInfo
TypeInfo. typeInfo(Type type)
TypeInfo
TypeInfo. unwrapOne()
Methods in graphql.schema.idl with parameters of type TypeInfo Modifier and Type Method Description (package private) void
SchemaGeneratorHelper.BuildContext. push(TypeInfo typeInfo)
(package private) boolean
SchemaGeneratorHelper.BuildContext. stackContains(TypeInfo typeInfo)
-