INPUT_OBJECT

CreateSiteWithUserInput

Onboarding input — creates a new Orion site, its main location and the contact user in one shot

link GraphQL Schema definition

  • input CreateSiteWithUserInput {
  • # Site title
  • title: String!
  • # Address fields for the site's main location
  • address: CreateSiteWithUserAddressInput!
  • # Contact user first name
  • firstName: String!
  • # Contact user last name
  • lastName: String!
  • # Contact user phone number
  • phone: String
  • # Contact user email (also used as site contact email and user login)
  • email: String!
  • }

link Require by