INPUT_OBJECT

CreateCollectionMentions

link GraphQL Schema definition

1input CreateCollectionMentions {
4
2# ids of the collections
3folderIds: [ID!]!
7
5# ids of the mentions
6mentionIds: [ID!]!
8}