Uses of Interface
se.liu.ida.hefquin.engine.wrappers.graphql.data.GraphQLField
Packages that use GraphQLField
Package
Description
-
Uses of GraphQLField in se.liu.ida.hefquin.engine.wrappers.graphql.data
Methods in se.liu.ida.hefquin.engine.wrappers.graphql.data that return types with arguments of type GraphQLField -
Uses of GraphQLField in se.liu.ida.hefquin.engine.wrappers.graphql.data.impl
Classes in se.liu.ida.hefquin.engine.wrappers.graphql.data.impl that implement GraphQLFieldFields in se.liu.ida.hefquin.engine.wrappers.graphql.data.impl with type parameters of type GraphQLFieldModifier and TypeFieldDescriptionprotected final Map<String,
Map<String, GraphQLField>> GraphQLSchemaImpl.objectTypeToFields
Methods in se.liu.ida.hefquin.engine.wrappers.graphql.data.impl that return types with arguments of type GraphQLFieldModifier and TypeMethodDescriptionGraphQLSchemaImpl.getGraphQLObjectFields
(String objectTypeName) Constructor parameters in se.liu.ida.hefquin.engine.wrappers.graphql.data.impl with type arguments of type GraphQLFieldModifierConstructorDescriptionGraphQLSchemaImpl
(Map<String, Map<String, GraphQLField>> objectTypeToFields, Map<String, Map<GraphQLEntrypointType, GraphQLEntrypoint>> objectTypeToEntrypoint) -
Uses of GraphQLField in se.liu.ida.hefquin.engine.wrappers.graphql.impl
Methods in se.liu.ida.hefquin.engine.wrappers.graphql.impl that return types with arguments of type GraphQLFieldModifier and TypeMethodDescriptionprotected Map<String,
Map<String, GraphQLField>> GraphQLSchemaInitializerImpl.parseTypesAndFields
(org.apache.jena.atlas.json.JsonObject data) Initializes the available GraphQL types and fields received from the response.Method parameters in se.liu.ida.hefquin.engine.wrappers.graphql.impl with type arguments of type GraphQLFieldModifier and TypeMethodDescriptionprotected GraphQLSchema
GraphQLSchemaInitializerImpl.validateTypesAndEntrypoints
(Map<String, Map<String, GraphQLField>> typesAndFields, Map<String, Map<GraphQLEntrypointType, GraphQLEntrypoint>> entrypoints) Removes the types, fields and entrypoints from the @param typesAndFields and @param entrypoints and notes their removal if they don't meet the criteria for the approach.