Class GraphQLOptions

java.lang.Object
com.complexible.stardog.graphql.GraphQLOptions
All Implemented Interfaces:
MetaPropertyProvider

public final class GraphQLOptions extends Object implements MetaPropertyProvider
Since:
5.1
Version:
5.1
Author:
Evren Sirin
  • Field Details

    • DEFAULT_LIMIT

      public static final ConfigProperty<Long> DEFAULT_LIMIT
      Option to specify the maximum number of results a GraphQL query can return. The argument "first" can be used within queries to limit results as well.
    • RESULT_MEMORY_LIMIT

      public static final ConfigProperty<String> RESULT_MEMORY_LIMIT
    • AUTO_SCHEMA

      public static final ConfigProperty<Boolean> AUTO_SCHEMA
    • AUTO_SCHEMA_SOURCE

      public static final ConfigProperty<com.stardog.model.DataModelFormat> AUTO_SCHEMA_SOURCE
    • DATA_GRAPHS

      public static final ConfigProperty<Collection<IRI>> DATA_GRAPHS
  • Constructor Details

    • GraphQLOptions

      public GraphQLOptions()