INPUT_OBJECT

UnfileApplication

link GraphQL Schema definition

1input UnfileApplication {
4
2# ID of the application to unfile
3appId: ID!
7
5# ID of the parent folder. The application will be removed from this folder.
6folderId: ID!
8}