6 lines
99 B
GraphQL
6 lines
99 B
GraphQL
query ProductTimestamps($id: ID) {
|
|
product(id: $id) {
|
|
created
|
|
updatedAt
|
|
}
|
|
} |