Skip to main content

OrganizationUpdateInput

Attributes for updating an organization

input OrganizationUpdateInput {
id: ID!
fundsDistributionMethod: OrganizationFundsDistributionMethod
logo: Upload
revSplitPercentage: Int
revSplitReason: String
}

Fields

OrganizationUpdateInput.id ● ID! non-null scalar

ID of the organization.

OrganizationUpdateInput.fundsDistributionMethod ● OrganizationFundsDistributionMethod enum

How the organization's teams should distribute funds

OrganizationUpdateInput.logo ● Upload scalar

The organization's logo

OrganizationUpdateInput.revSplitPercentage ● Int scalar

How much revenue should be directed towards the organization.

OrganizationUpdateInput.revSplitReason ● String scalar

What will the funds be used for?

Member of

OrganizationUpdate mutation