createOrganization
This mutation creates a new Holaplex organization, with the user triggering the mutation automatically assigned as the owner of the organization.
Errors
This mutation produces an error if it is unable to connect to the database, emit the organization creation event, or if the user is not set in the X-USER-ID header.
createOrganization(
input: CreateOrganizationInput!
): CreateOrganizationPayload!