Uses of Class
net.morimekta.providence.graphql.GQLDefinition
-
Packages that use GQLDefinition Package Description net.morimekta.providence.graphql net.morimekta.providence.graphql.parser net.morimekta.providence.graphql.utils -
-
Uses of GQLDefinition in net.morimekta.providence.graphql
Constructors in net.morimekta.providence.graphql with parameters of type GQLDefinition Constructor Description GQLSchemaServlet(GQLDefinition definition)GQLServlet(GQLDefinition definition, GQLProcessorProvider queryProvider, GQLProcessorProvider mutationProvider, java.util.Collection<GQLFieldProvider> fieldProviders, GQLContextFactory contextFactory, java.util.concurrent.ExecutorService executorService) -
Uses of GQLDefinition in net.morimekta.providence.graphql.parser
Constructors in net.morimekta.providence.graphql.parser with parameters of type GQLDefinition Constructor Description GQLParser(GQLDefinition definition) -
Uses of GQLDefinition in net.morimekta.providence.graphql.utils
Constructors in net.morimekta.providence.graphql.utils with parameters of type GQLDefinition Constructor Description FieldFieldProvider(GQLDefinition definition)InputValueFieldProvider(GQLDefinition definition)TypeFieldProvider(GQLDefinition definition)
-