Uses of Class
org.restheart.graphql.models.AppDescriptor
Packages that use AppDescriptor
-
Uses of AppDescriptor in org.restheart.graphql.models
Methods in org.restheart.graphql.models that return AppDescriptorMethods in org.restheart.graphql.models with parameters of type AppDescriptorModifier and TypeMethodDescriptionGraphQLApp.Builder.appDescriptor(AppDescriptor descriptor)voidGraphQLApp.setDescriptor(AppDescriptor descriptor)Constructors in org.restheart.graphql.models with parameters of type AppDescriptorModifierConstructorDescriptionGraphQLApp(AppDescriptor descriptor, String schema, Map<String,TypeMapping> mappings, graphql.schema.GraphQLSchema executableSchema)