- get(DataFetchingEnvironment) - 类 中的方法com.centit.product.metadata.graphql.MetadataDataFetcher
-
- getBuilder() - 类 中的方法com.centit.product.metadata.graphql.GraphQLExecutor
-
Gets the builder that was used to create the Schema that this executor is basing its query executions on.
- getGraphQLSchema() - 类 中的方法com.centit.product.metadata.graphql.GraphQLExecutor
-
- getGraphQLSchema() - 类 中的方法com.centit.product.metadata.graphql.GraphQLSchemaBuilder
-
- getSchema() - 类 中的方法com.centit.product.metadata.graphql.GraphQLExecutor
-
Returns the schema that this executor bases its queries on.
- GraphQLDate - 类 中的静态变量com.centit.product.metadata.graphql.JavaScalars
-
- GraphQLExecutor - com.centit.product.metadata.graphql中的类
-
A GraphQL executor capable of constructing a GraphQLSchema from a JPA EntityManager.
- GraphQLExecutor() - 类 的构造器com.centit.product.metadata.graphql.GraphQLExecutor
-
- GraphQLExecutor(MetaDataService, DataSourceDescription) - 类 的构造器com.centit.product.metadata.graphql.GraphQLExecutor
-
Creates a read-only GraphQLExecutor using the entities discovered from the given EntityManager.
- GraphQLInstant - 类 中的静态变量com.centit.product.metadata.graphql.JavaScalars
-
- GraphQLLocalDate - 类 中的静态变量com.centit.product.metadata.graphql.JavaScalars
-
- GraphQLLocalDateTime - 类 中的静态变量com.centit.product.metadata.graphql.JavaScalars
-
- GraphQLSchemaBuilder - com.centit.product.metadata.graphql中的类
-
A wrapper for the GraphQLSchema.Builder.
- GraphQLSchemaBuilder(MetaDataService, DataSourceDescription) - 类 的构造器com.centit.product.metadata.graphql.GraphQLSchemaBuilder
-
Initialises the builder with the given EntityManager from which we immediately start to scan for
entities to include in the GraphQL schema.
- GraphQLUUID - 类 中的静态变量com.centit.product.metadata.graphql.JavaScalars
-