Time
ISO 8601 timestamp scalar for representing date and time values
Description
Usage Example
query {
files(
where: {
createdAtGT: "2023-01-01T00:00:00Z"
createdAtLT: "2023-12-31T23:59:59Z"
}
) {
edges {
node {
id
name
createdAt
updatedAt
}
}
}
}Last updated
Was this helpful?
