Skip to main content

MutationCreateFundInput

input MutationCreateFundInput {
isTaxDeductible: Boolean!
name: String!
organizationId: ID!
}

Fields

MutationCreateFundInput.isTaxDeductible ● Boolean! non-null scalar

Boolean to tell if the fund is tax deductible.

MutationCreateFundInput.name ● String! non-null scalar

Name of the fund.

MutationCreateFundInput.organizationId ● ID! non-null scalar

Global identifier of the associated organization.

Member Of

createFund mutation