PaymentNoticeUpdate
Update an existing PaymentNotice resource.
Mutation
mutation PaymentNoticeUpdate($id: ID!, $input: PaymentNoticeUpdateInput!) {
PaymentNoticeUpdate(id: $id, input: $input) {
id
}
}
Input
id: ID of the resource to updateinput: See PaymentNoticeUpdateInput for input fields.
Return Type
Returns the updated PaymentNotice resource.