UpdateMembershipNotesPayload
ObjectAutogenerated return type of UpdateMembershipNotes.
mutation { organization(id: $organizationId) { updateMembershipNotes } }
Example
mutation UpdateMembershipNotes(
$organizationId: ID!
$input: UpdateMembershipNotesInput!
) {
organization(id: $organizationId) {
updateMembershipNotes(input: $input) {
companyMembership
organizationMembership
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| companyMembership | CompanyMembership | — |
| constructableUrl | String | — |
| errors | [String!]! | — |
| organizationMembership | OrganizationMembership | — |