GraphQL API
Search…
GraphQL API
General
Introduction
Features
GraphQL
Getting Started
Overview
Architecture
Playground
API Key (Authentication)
SDK
CLI
GraphQL API
Products
Categories
Checkout & Payments
Orders
Customers
Api data reference
Inputs
Mutations
Objects
Data Types
_Any
Boolean
Date
ID
Float
Int
String
Entities
Powered By
GitBook
Date
The
Date
type represents a Date value as specified by
iso8601
standard with combined date, time and timezone.
type Date
Example:
{
"createdAt": "2018-08-08T08:37:22Z"
}
In some cases, we also accept values in the YYYY-MM-DD format, for example when filtering. Check the body request examples on each endpoint.
Example:
{
"dateFrom": "1981-09-06"
}
Previous
Boolean
Next
ID
Last modified
6mo ago
Copy link