Uses of Interface
manifold.graphql.rt.api.GqlType
-
Packages that use GqlType Package Description manifold.graphql.rt.api -
-
Uses of GqlType in manifold.graphql.rt.api
Classes in manifold.graphql.rt.api with type parameters of type GqlType Modifier and Type Interface Description interfaceGqlBuilder<T extends GqlType>Subinterfaces of GqlType in manifold.graphql.rt.api Modifier and Type Interface Description interfaceGqlQuery<R extends GqlQueryResult>A base class for all GraphQL queries.interfaceGqlQueryResultBase interface for all query result types type-safely reflecting query fields and structure.
-