INPUT_OBJECT

CourseMembersInput

Course members input as a label-value pair

link GraphQL Schema definition

  • input CourseMembersInput {
  • # Label for the value
  • label: String!
  • # Value for the label
  • value: String!
  • }