Uses of Class
org.restheart.graphql.models.GraphQLApp
Packages that use GraphQLApp
Package
Description
-
Uses of GraphQLApp in org.restheart.graphql
Methods in org.restheart.graphql that return GraphQLAppModifier and TypeMethodDescriptionstatic GraphQLAppGraphQLAppDeserializer.fromBsonDocument(org.bson.BsonDocument appDef) -
Uses of GraphQLApp in org.restheart.graphql.cache
Methods in org.restheart.graphql.cache that return GraphQLAppModifier and TypeMethodDescriptionstatic GraphQLAppAppDefinitionLoader.loadAppDefinition(String appURI) -
Uses of GraphQLApp in org.restheart.graphql.exchange
Methods in org.restheart.graphql.exchange that return GraphQLAppMethods in org.restheart.graphql.exchange with parameters of type GraphQLAppModifier and TypeMethodDescriptionstatic GraphQLRequestGraphQLRequest.init(io.undertow.server.HttpServerExchange exchange, String appUri, GraphQLApp appDefinition) -
Uses of GraphQLApp in org.restheart.graphql.models
Methods in org.restheart.graphql.models that return GraphQLApp