| optionArgsType | Returns how arguments are currently specified. |
| optionLenientMaxQueryDepthEnabled | Returns whether or not lenient maximum query generation depth is enabled. |
| optionMaxAdditionalQueryDepth | Returns the current maximum additional query generation depth. |
| optionMaxArgsDepth | Returns the current maximum arguments generation depth. |
| optionMaxQueryDepth | Returns the current maximum query generation depth. |
| optionOptionalArgsEnabled | Returns whether or not optional arguments are currently specified. |
| optionQueryGenEnabled | Returns whether the query generator is enabled. |
| optionQuerySplitType | Returns the current level for which a single query is generated. |
| optionRequestMethod | Returns the current request method. |
| importFile (endurl* file* ) | Imports a GraphQL Schema from a File. |
| importUrl (endurl* url ) | Imports a GraphQL Schema from a URL. |
| setOptionArgsType (String* ) | Sets how arguments are specified. |
| setOptionLenientMaxQueryDepthEnabled (Boolean* ) | Sets whether or not Maximum Query Depth is enforced leniently. |
| setOptionMaxAdditionalQueryDepth (Integer* ) | Sets the maximum additional query generation depth (used if enforced leniently). |
| setOptionMaxArgsDepth (Integer* ) | Sets the maximum arguments generation depth. |
| setOptionMaxQueryDepth (Integer* ) | Sets the maximum query generation depth. |
| setOptionOptionalArgsEnabled (Boolean* ) | Sets whether or not Optional Arguments should be specified. |
| setOptionQueryGenEnabled (Boolean* ) | Sets whether the query generator is enabled. |
| setOptionQuerySplitType (String* ) | Sets the level for which a single query is generated. |
| setOptionRequestMethod (String* ) | Sets the request method. |