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