INPUT_OBJECT

CreateSiteWithUserAddressInput

Address fields for the new site's main location

link GraphQL Schema definition

  • input CreateSiteWithUserAddressInput {
  • # Street address
  • address: String
  • # Postal code
  • postalCode: String
  • # City
  • town: String
  • # Country
  • country: String
  • # Latitude
  • latitude: Float
  • # Longitude
  • longitude: Float
  • }