INPUT_OBJECT

UpdateLocationInput

Input type for updating a Location

link GraphQL Schema definition

  • input UpdateLocationInput {
  • # Phone number of the Location
  • tel: String
  • # Secondary phone number of the Location
  • tel2: String
  • # Fax of the Location
  • fax: String
  • # Email address of the Location
  • mail: String
  • # Address of the Location
  • address: String
  • # Postal Code of the Location
  • postalCode: String
  • # Town of the Location
  • town: String
  • # Country of the Location
  • country: String
  • # Latitude of the Location
  • latitude: String
  • # Longitude of the Location
  • longitude: String
  • # Address for GoogleMap
  • addressForGoogleMap: String
  • # Opening Hours for location
  • openingHours: [OpeningHourInput!]
  • # TimeZone in format like Europe/Paris or UTC
  • timeZone: String
  • # Use opening Hours in microData for site
  • openingHoursForMicroData: Boolean
  • # Is this the default location of the site?
  • defaultLocation: Boolean
  • # Translations of the Location
  • translations: [LocationTranslationsInput!]
  • }

link Require by