CreatePriceGroupInput
No description
input CreatePriceGroupInput {
max: Int!
min: Int!
name: String!
unitId: ID!
}
Fields
CreatePriceGroupInput.max
● Int!
non-null scalar
CreatePriceGroupInput.min
● Int!
non-null scalar
CreatePriceGroupInput.name
● String!
non-null scalar
CreatePriceGroupInput.unitId
● ID!
non-null scalar
Member Of
createPriceGroup
mutation