Optional
configuration: ConfigurationCreate a new custom resolver.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
A valid custom resolver configuration object.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Create a custom resolver
Delete an existing custom resolver configuration.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a custom resolver.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Delete a custom resolver
Get all custom resolver configurations from your app's GraphQL API.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Get all custom resolvers
Get a specific custom resolver configuration.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a custom resolver.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Get a custom resolver
Get your app's GraphQL API configuration.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Get GraphQL API Configuration
Get the current validation level and action for reads and writes.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Get validation settings
Modify an existing custom resolver configuration.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a custom resolver.
A valid, updated custom resolver configuration object.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Modify a custom resolver
Run a query or mutation as a system user that bypasses authentication and data access rules. You can access metadata about your API, including its schema, with an introspection query.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
adminRunGraphQLOperationRequest: AdminRunGraphQLOperationRequestOptional
options: AxiosRequestConfig<any> = {}Override http request option.
Run a query or mutation
Set the validation level and action for reads and writes.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The updated validation levels and actions.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Modify validation settings
Update your app's GraphQL API configuration.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
A valid GraphQL API configuration object.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Update GraphQL API Configuration
Generated using TypeDoc
GraphqlApi - axios parameter creator