CreatePriceGroupInput
No description
input CreatePriceGroupInput {
max: Int!
min: Int!
name: String!
unitId: ID!
}
No description
input CreatePriceGroupInput {
max: Int!
min: Int!
name: String!
unitId: ID!
}
CreatePriceGroupInput.max
● Int!
non-null scalarCreatePriceGroupInput.min
● Int!
non-null scalarCreatePriceGroupInput.name
● String!
non-null scalarCreatePriceGroupInput.unitId
● ID!
non-null scalar