INPUT_OBJECT

AgreementCreateParams

link GraphQL Schema definition

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