CANONIC Documentation
Login to Canonic
Getting Started
IntroductionModeling your contentPopulating content with the CMSConsuming content with APIs
Concepts
Projects
IntroductionPermissionsUser Roles
Graph
IntroductionTablesField SetsFieldsPreviewPublishing
API
IntroductionMutationsQueriesWebhooks
Docs
IntroductionGraphQL Playground
Webhook Providers
AWS LambdaBitbucketCircle CIGitlabGoogle Cloud FunctionHerokuMailgunNetlifySlackTravis CITwilio
Field Types
Text FieldsRich Text FieldsLink FieldsPicker FieldsNumber FieldsDate FieldsTime FieldsImage FieldsFile FieldsToggle Fields
Field ValidationsCMS
Recipes
Linking to other tablesCreating an array of fieldsetsInviting CollaboratorsRead-only access tokensAdding defaults to fieldsUsing GraphQL to fetch your dataMigrating fieldsAdvanced CMS SearchImporting and linking existing datasourcesReordering fields in graph
Billing
Billing OverviewSubscribing to a PlanModifying Existing PlanCancelling a PlanAdd-onsInvoicesFrequently Asked Questions
Misc
Frequently Asked Questions
Docs
/
Concepts
/
Docs
/
GraphQL Playground

GraphQL Playground

Visually explore your GraphQL APIs using the playground. It's an interactive IDE built into the canonic platform.

Screenshot

Its an IDE for testing and playing with your GraphQL API

- Autocomplete based on your graph
- Interactive, multi-column schema documentation
- View your entire graphql schema
- Generate cURL requests for your queries and mutations

It's based on Prisma's GrapQL Playground and GraphiQL. You can learn more here

PREVIOUS
← API Documentation
NEXT
AWS Lambda →