INPUT_OBJECT

FileApplication

link GraphQL Schema definition

1input FileApplication {
4
2# ID of the application to file
3appId: ID!
7
5# ID of the new parent folder
6folderId: ID!
11
8# Order index determining in what order the application will be displayed
9# relative to other objects at the same level
10orderIndex: Int
12}