AgePoliciesCreateInput
Represents an age policies create object.
input AgePoliciesCreateInput {
maxAgeInfants: Int!
freeInfants: Boolean!
maxAgeChildren: Int!
freeChildren: Boolean!
}
Fields
AgePoliciesCreateInput.maxAgeInfants ● Int! non-null scalar
Maximum age for a baby, not inclusive.
AgePoliciesCreateInput.freeInfants ● Boolean! non-null scalar
Indicates whether babies are free of charge.
AgePoliciesCreateInput.maxAgeChildren ● Int! non-null scalar
Maximum age for a child, not inclusive.
AgePoliciesCreateInput.freeChildren ● Boolean! non-null scalar
Indicates whether children are free of charge.