Salesforce

Explore the GraphQL Sandbox

« Go Back
Information
Explore the GraphQL Sandbox
000004070
Public
Product Selection
aiWare - aiWare
Article Details

You can use the Sandbox interface to construct and execute queries and mutations, and browse documentation. It features a code editor with autocomplete, validation, and syntax error highlighting features.

Also see:

Steps to access the GraphQL sandbox

  1. Sign in to the Veritone platform at https://developer.veritone.com.
  2. Go to the Sandbox user interface at https://api.veritone.com/v3/graphql. You will automatically be authenticated through to the API and have access to live data for your organization.
  3. Try a simple query such as me to explore the data you have access to.
query {
  me {
    id
    name
    # use <ctrl-space> to get a list of fields available at each level
  }
}
  • For an extensive collection of GraphQL example queries and mutations, see API examples.
Additional Technical Documentation Information
Properties
12/19/2023 7:39 PM
12/20/2023 12:06 AM
12/20/2023 12:06 AM
Documentation
Documentation
000004070
Translation Information
English

Powered by