INPUT_OBJECT

UpdateApplicationComponent

link GraphQL Schema definition

1input UpdateApplicationComponent {
4
2# the application id
3id: ID!
7
5# ids of the components to associate with application
6componentIds: [ID!]!
9
8type: ApplicationComponentType!
11
10action: UpdateApplicationComponentAction!
12}