Mutation

update_site_api_definition

Updates the API definition.

Arguments

input: UpdateSiteApiDefinitionInput!

The fields used to specify which site you want to update, and the API definition.


Input Fields

id(): ID!
The unique identifier of the API definition to be updated
api_definition(): ApiDefinitionInput!
The API definition.

Return Fields

site(): Site
The updated site.

Example

Query