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
- : String!
- # Address fields for the site's main location
- : CreateSiteWithUserAddressInput!
- # Contact user first name
- : String!
- # Contact user last name
- : String!
- # Contact user phone number
- : String
- # Contact user email (also used as site contact email and user login)
- : String!
- }