INPUT_OBJECT

AgreementUpdateParams

link GraphQL Schema definition

  • input AgreementUpdateParams {
  • # The date and time the agreement was created.
  • created: DateTime
  • id: ID!
  • # An informal or formal textual identifier for an agreement. Does not imply
  • # uniqueness.
  • name: String
  • # A textual description or comment.
  • note: String
  • }