INPUT_OBJECT

DocketSupervisorInput

DocketSupervisor's full name

link GraphQL Schema definition

  • input DocketSupervisorInput {
  • # Docket supervisor's id.
  • id: Int
  • # Docket supervisor's full name.
  • full_name: String
  • # Docket supervisor's first name.
  • first_name: String
  • # Docket supervisor's last name.
  • last_name: String
  • }