MutationCreateFundInput
input MutationCreateFundInput {
isArchived: Boolean
isDefault: Boolean
isTaxDeductible: Boolean!
name: String!
organizationId: ID!
referenceNumber: String
}
Fields
MutationCreateFundInput.isArchived ● Boolean scalar
Boolean to tell if the fund is archived.
MutationCreateFundInput.isDefault ● Boolean scalar
Boolean to tell if the fund is the default fund.
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.
MutationCreateFundInput.referenceNumber ● String scalar
Reference number of the fund.
Member Of
createFund mutation