ID
Unique identifier scalar type
Format
Usage
type InventoryItem {
id: ID!
sku: String!
}
query {
inventoryItem(id: "550e8400-e29b-41d4-a716-446655440000") {
sku
}
}Best Practices
See Also
Last updated
Was this helpful?
