Type alias OrganizationCreateInput

OrganizationCreateInput: {
    adminUserEmail?: InputMaybe<Scalars["EmailAddress"]>;
    name: Scalars["String"];
}

Type declaration

  • Optional adminUserEmail?: InputMaybe<Scalars["EmailAddress"]>

    A user to add to the organization. Required if using backend credentials.

  • name: Scalars["String"]

Generated using TypeDoc