INPUT_OBJECT

CounselorInfoInput

Input for creating or updating CounselorInfo

link GraphQL Schema definition

  • input CounselorInfoInput {
  • # validators: [required, nonempty]
  • title: String
  • # validators: [required, nonempty]
  • content: String
  • }