INPUT_OBJECT
All input for the registerOrganization mutation.
registerOrganization
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: StringadminEmail: String!adminPassword: String!organizationName: String!phoneNumber: String!address: String!storageAccountUrl: String!storageAccountKey: String!storageAccountSecret: String!storageAccountBucket: String!firstName: StringlastName: Stringcountry: String}