OBJECT
Docket
A single docket
link GraphQL Schema definition
- type Docket {
- # The associated client.
- Client :
- # The comments on a docket.
- String :
- # The user that created this docket.
- User :
- # The date the docket was created in UTC+0.
- DateTime! :
- # The date on the physical docket.
- DateExpression :
- # The unique docket ID.
- Int! :
- # The docket image url.
- String! :
- # The docket number.
- String :
- # The associated project.
- Project :
- }