I am seeing how to create Templates used to query data, but I have not yet found information related to defining GraphQL mutations. Do you know where I can find this information? Thanks!
Here are some places I’ve been looking.
Docs:
Templates | Cognite Documentation
About template management | Cognite Documentation
Search results for "templates" | Cognite Documentation
The tests in the Python SDK:
There is some info related to GraphQL mutations and Cognite here, but this doesn’t seem related to Cognite’s Template functionality:
https://itg.cognite.ai/docs/tutorials/data-ingestion/ingesting-data
https://github.com/cognitedata/sample-cdf-graphql-angular-app/blob/9641e4967e0a288241ef68b3e94786b56de456c2/src/app/itg-api.service.ts#L125