INPUT_OBJECT
CreateLocationInput
Input type for creating a Location
link GraphQL Schema definition
- input CreateLocationInput {
- # Phone number of the Location
- : String!
- # Secondary phone number of the Location
- : String
- # Fax of the Location
- : String
- # Email address of the Location
- : String!
- # Address of the Location
- : String!
- # Postal Code of the Location
- : String!
- # Town of the Location
- : String!
- # Country of the Location
- : String
- # Latitude of the Location
- : String
- # Longitude of the Location
- : String
- # Address for GoogleMap
- : String
- # Opening Hours for location
- : [OpeningHourInput!]
- # TimeZone in format like Europe/Paris or UTC
- : String
- # Use opening Hours in microData for site
- : Boolean
- # Is this the default location of the site?
- : Boolean
- # Translations of the Location
- : [LocationTranslationsInput!]!
- }