gitlab-org--gitlab-foss/app/assets/javascripts/crm/components/queries/update_contact.mutation.graphql

10 lines
232 B
GraphQL

#import "./crm_contact_fields.fragment.graphql"
mutation updateContact($input: CustomerRelationsContactUpdateInput!) {
customerRelationsContactUpdate(input: $input) {
contact {
...ContactFragment
}
errors
}
}