INPUT_OBJECT

ProcessSpecificationUpdateParams

link GraphQL Schema definition

  • input ProcessSpecificationUpdateParams {
  • id: ID!
  • # An informal or formal textual identifier for the process. Does not imply
  • # uniqueness.
  • name: String
  • # A textual description or comment.
  • note: String
  • }