INPUT_OBJECT

DocketCreatedByInput

The one who submitted the docket

link GraphQL Schema definition

  • input DocketCreatedByInput {
  • # The one who submitted the docket's id.
  • id: Int
  • # The one who submitted the docket's full name.
  • full_name: String
  • # The one who submitted the docket's first name.
  • first_name: String
  • # The one who submitted the docket's last name.
  • last_name: String
  • # The one who submitted the docket's type.
  • type: String
  • }