Class GraphQlJavaSchemaGenerator

java.lang.Object
ai.stapi.graphql.graphqlJava.graphQlSchemaGenerator.GraphQlJavaSchemaGenerator
All Implemented Interfaces:
GraphQlSchemaGenerator

public class GraphQlJavaSchemaGenerator extends Object implements GraphQlSchemaGenerator
  • Field Details

    • OFFSET_PAGINATION

      protected static final graphql.schema.GraphQLInputObjectType OFFSET_PAGINATION
    • MUTATION_RESPONSE

      protected static final graphql.schema.GraphQLObjectType MUTATION_RESPONSE
    • ANY_NODE

      protected static final String ANY_NODE
      See Also:
  • Constructor Details

  • Method Details

    • generate

      public String generate(ai.stapi.schema.structureSchema.StructureSchema graphDefinition, List<ai.stapi.schema.structureSchema.ComplexStructureType> operationDefinitions)
      Specified by:
      generate in interface GraphQlSchemaGenerator
    • generateSchema

      public graphql.schema.GraphQLSchema generateSchema(ai.stapi.schema.structureSchema.StructureSchema graphDefinition, List<ai.stapi.schema.structureSchema.ComplexStructureType> operationDefinitions)