Class GraphQlSortInputGenerator
java.lang.Object
ai.stapi.graphql.graphqlJava.graphQlSchemaGenerator.GraphQlSortInputGenerator
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static final recordprotected static final record -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final graphql.schema.GraphQLEnumType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSortInputTypeName(String originalTypeName) generateSortInputs(ai.stapi.schema.structureSchema.StructureSchema structureSchema)
-
Field Details
-
SORT_DIRECTION_ENUM
protected static final graphql.schema.GraphQLEnumType SORT_DIRECTION_ENUM
-
-
Constructor Details
-
GraphQlSortInputGenerator
public GraphQlSortInputGenerator()
-
-
Method Details
-
generateSortInputs
-
createSortInputTypeName
-