ENUM

Docket_WhereGroup_Fields

Where group options for Docket. Matches when any field in the array is met

link GraphQL Schema definition

  • enum Docket_WhereGroup_Fields {
  • # The docket number.
  • number
  • # The date on the physical docket.
  • docket_date
  • # The comments on a docket.
  • comments
  • # The date the docket was created in UTC+0.
  • created_time
  • # The unique client ID.
  • client_id
  • # Unique project ID.
  • project_id
  • # Unique user ID.
  • created_by_id
  • # List of tags that users have access to view
  • user_tag
  • }