close
GraphQL Schema
Schema
Query
Mutation
Scalars
Boolean
DateTime
Float
Int
Name
String
Enums
__DirectiveLocation
__TypeKind
Objects
BasketItem
Customer
Inventory
Payment
Product
UpsertBasketItemResult
__Directive
__EnumValue
__Field
__InputValue
__Schema
__Type
Input Objects
UpsertBasketItemInput
Directives
computed
defer
delegate
deprecated
include
skip
source
specifiedBy
stream
menu
Types
OBJECT
Product
link
GraphQL Schema definition
1
type
Product
{
2
3
productId
:
Int
!
7
4
name
:
String
7
5
description
:
String
7
6
unitPrice
:
Float
!
8
9
}
link
Required by
Query
null