API & Integration · GraphQL
What is GraphQL queries and mutations?
GraphQL queries read a client-selected response shape while mutations perform changes through fields defined by the schema. The schema is the contract that determines available types, inputs, arguments, and returned fields.