Introduction to GraphQL Queries

Indico provides the ability to submit a custom GraphQL query. This is a powerful tool for creating mutations, which modify data, and queries, which retrieve data, that are tailor-made for a specific need or usecase. You can learn more about GraphQL here

For both mutations and queries, there is one SDK call to build your own.