Package com.complexible.stardog.graphql
Class GraphQLOptions
- java.lang.Object
-
- com.complexible.stardog.graphql.GraphQLOptions
-
- All Implemented Interfaces:
MetaPropertyProvider
public final class GraphQLOptions extends java.lang.Object implements MetaPropertyProvider
- Since:
- 5.1
- Version:
- 5.1
- Author:
- Evren Sirin
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigProperty<java.lang.Boolean>
AUTO_SCHEMA
static ConfigProperty<com.stardog.model.DataModelFormat>
AUTO_SCHEMA_SOURCE
static ConfigProperty<java.util.Collection<IRI>>
DATA_GRAPHS
static ConfigProperty<java.lang.Long>
DEFAULT_LIMIT
Option to specify the maximum number of results a GraphQL query can return.static ConfigProperty<java.lang.String>
RESULT_MEMORY_LIMIT
-
Constructor Summary
Constructors Constructor Description 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
-
-