MutationUpdateFundCampaignInput
input MutationUpdateFundCampaignInput {
endAt: DateTime
goalAmount: Int
id: ID!
name: String
startAt: DateTime
}
Fields
MutationUpdateFundCampaignInput.endAt ● DateTime scalar
Date time at the time the fund campaign ends at.
MutationUpdateFundCampaignInput.goalAmount ● Int scalar
Minimum amount of money that is set as the goal for the fund campaign.
MutationUpdateFundCampaignInput.id ● ID! non-null scalar
Global identifier of the associated fund campaign.
MutationUpdateFundCampaignInput.name ● String scalar
Name of the fundCampaign.
MutationUpdateFundCampaignInput.startAt ● DateTime scalar
Date time at the time the fund campaign starts at.
Member Of
updateFundCampaign mutation