Class GraphQLOptions

    • Field Detail

      • DEFAULT_LIMIT

        public static final ConfigProperty<java.lang.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<java.lang.String> RESULT_MEMORY_LIMIT
      • AUTO_SCHEMA

        public static final ConfigProperty<java.lang.Boolean> AUTO_SCHEMA
      • AUTO_SCHEMA_SOURCE

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

        public static final ConfigProperty<java.util.Collection<IRI>> DATA_GRAPHS
    • Constructor Detail

      • GraphQLOptions

        public GraphQLOptions()