Getting Started
Getting Started with the GraphQL API
Introduction
Prerequisites
Making Your First Query
query {
me {
id
name
email
}
}Using curl
Using JavaScript
Understanding the Response
Basic Query Examples
Listing Inventory Items
Creating an Inventory Item
Using Variables
Next Steps
Tools and Resources
Last updated
Was this helpful?
