Class Graphql
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionimportFile
(String endurl, String file) Imports a GraphQL Schema from a File.Imports a GraphQL Schema from a URL.Returns how arguments are currently specified.Returns whether or not lenient maximum query generation depth is enabled.Returns the current maximum additional query generation depth.Returns the current maximum arguments generation depth.Returns the current maximum query generation depth.Returns whether or not optional arguments are currently specified.Returns whether the query generator is enabled.Returns the current level for which a single query is generated.Returns the current request method.setOptionArgsType
(String string) Sets how arguments are specified.setOptionLenientMaxQueryDepthEnabled
(boolean bool) Sets whether or not Maximum Query Depth is enforced leniently.Sets the maximum additional query generation depth (used if enforced leniently).setOptionMaxArgsDepth
(int i) Sets the maximum arguments generation depth.setOptionMaxQueryDepth
(int i) Sets the maximum query generation depth.setOptionOptionalArgsEnabled
(boolean bool) Sets whether or not Optional Arguments should be specified.setOptionQueryGenEnabled
(boolean bool) Sets whether the query generator is enabled.setOptionQuerySplitType
(String string) Sets the level for which a single query is generated.setOptionRequestMethod
(String string) Sets the request method.
-
Constructor Details
-
Graphql
-
-
Method Details
-
optionArgsType
Returns how arguments are currently specified.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
optionLenientMaxQueryDepthEnabled
Returns whether or not lenient maximum query generation depth is enabled.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
optionMaxAdditionalQueryDepth
Returns the current maximum additional query generation depth.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
optionMaxArgsDepth
Returns the current maximum arguments generation depth.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
optionMaxQueryDepth
Returns the current maximum query generation depth.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
optionOptionalArgsEnabled
Returns whether or not optional arguments are currently specified.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
optionQueryGenEnabled
Returns whether the query generator is enabled.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
optionQuerySplitType
Returns the current level for which a single query is generated.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
optionRequestMethod
Returns the current request method.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
importFile
Imports a GraphQL Schema from a File.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
importUrl
Imports a GraphQL Schema from a URL.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setOptionArgsType
Sets how arguments are specified.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setOptionQuerySplitType
Sets the level for which a single query is generated.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setOptionRequestMethod
Sets the request method.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setOptionLenientMaxQueryDepthEnabled
Sets whether or not Maximum Query Depth is enforced leniently.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setOptionMaxAdditionalQueryDepth
Sets the maximum additional query generation depth (used if enforced leniently).This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setOptionMaxArgsDepth
Sets the maximum arguments generation depth.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setOptionMaxQueryDepth
Sets the maximum query generation depth.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setOptionOptionalArgsEnabled
Sets whether or not Optional Arguments should be specified.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setOptionQueryGenEnabled
Sets whether the query generator is enabled.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-