Create 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
GraphqlApiInterface
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
GraphqlApiInterface
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
GraphqlApiInterface
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
GraphqlApiInterface
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
GraphqlApiInterface
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
GraphqlApiInterface
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
GraphqlApiInterface
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
GraphqlApiInterface
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
GraphqlApiInterface
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
GraphqlApiInterface
Generated using TypeDoc
GraphqlApi - interface
Export
GraphqlApi