INPUT_OBJECT

ProcessingProjectInput

link GraphQL Schema definition

1input ProcessingProjectInput {
4
2# Required TEXT name for the project (unique per organization).
3name: String!
7
5# Optional UUID of the application that owns the project.
6applicationId: ID
8}