INPUT_OBJECT

CollectionMentionInput

link GraphQL Schema definition

1input CollectionMentionInput {
4
2# id of the collection
3folderId: ID!
7
5# id of the mention
6mentionId: ID!
8}