Package com.complexible.stardog.graphql
Class GraphQLOptions
java.lang.Object
com.complexible.stardog.graphql.GraphQLOptions
- All Implemented Interfaces:
MetaPropertyProvider
- Since:
- 5.1
- Version:
- 5.1
- Author:
- Evren Sirin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfigProperty<Boolean> static final ConfigProperty<com.stardog.model.DataModelFormat> static final ConfigProperty<Collection<IRI>> static final ConfigProperty<Long> Option to specify the maximum number of results a GraphQL query can return.static final ConfigProperty<String> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
-
AUTO_SCHEMA
-
AUTO_SCHEMA_SOURCE
-
DATA_GRAPHS
-
-
Constructor Details
-
GraphQLOptions
public GraphQLOptions()
-