OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
- # Delete contact's profile picture.
- #
- # Arguments
- # contact_id: [Not documented]
- UUID!): DeletePictureOutput! ( :
- # Import contact labels in bulk. The input limited to 100 items at once.
- # If you need more, please contact with us to increase the quota.
- #
- # Arguments
- # input: [Not documented]
- ContactLabelInput!]!): ImportContactLabelsOutput! ( : [
- # Import contact in bulk. The input limited to 500 items at once.
- # If you need more, please contact with us to increase the quota.
- #
- # Arguments
- # input: [Not documented]
- ContactInput!]!): ImportContactsOutput! ( : [
- # Upload contact's profile picture.
- #
- # Arguments
- # contact_id: [Not documented]
- # file: [Not documented]
- UUID!, : Upload!): UploadPictureOutput! ( :
- }
link Require by
This element is not required by anyone