INPUT_OBJECT

RegisterOrganizationInput

All input for the registerOrganization mutation.

link GraphQL Schema definition

  • input RegisterOrganizationInput {
  • # An arbitrary string value with no semantic meaning. Will be included in the
  • # payload verbatim. May be used to track mutations by the client.
  • clientMutationId: String
  • adminEmail: String!
  • adminPassword: String!
  • organizationName: String!
  • phoneNumber: String!
  • address: String!
  • storageAccountUrl: String!
  • storageAccountKey: String!
  • storageAccountSecret: String!
  • storageAccountBucket: String!
  • firstName: String
  • lastName: String
  • country: String
  • }