CreateZoneInput
No description
input CreateZoneInput {
name: String!
countries: [CountryEnum!]!
}
Fields
CreateZoneInput.name ● String! non-null scalar
CreateZoneInput.countries ● [CountryEnum!]! non-null enum
Member Of
createZone mutation