PromotionCodePool
No description
type PromotionCodePool {
id: ID!
name: String!
description: String
created_at: DateTime!
updated_at: DateTime!
}
Fields
PromotionCodePool.id
● ID!
non-null scalar
PromotionCodePool.name
● String!
non-null scalar
PromotionCodePool.description
● String
scalar
PromotionCodePool.created_at
● DateTime!
non-null scalar
PromotionCodePool.updated_at
● DateTime!
non-null scalar
Member Of
PromotionCodePoolPaginator
object