# CollectionCase

### Fields

#### caseNumber ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string)!)

The collection case number

#### createdAt ([ISO8601DateTime](https://developer.firmhouse.com/graphql-api/api-reference/objects/iso-8601-date-time))

The date and time when the collection case record was first created.

#### id ([ID](https://developer.firmhouse.com/graphql-api/api-reference/objects/id)!)

ID to identify the collection case with

#### invoices ([InvoiceConnection](https://developer.firmhouse.com/graphql-api/api-reference/objects/invoice-connection))

Invoices part of this collection case

| Argument                                                                                    | Description                                                             |
| ------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| after ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))  | Returns the elements in the list that come after the specified cursor.  |
| before ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string)) | Returns the elements in the list that come before the specified cursor. |
| first ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int))        | Returns the first *n* elements from the list.                           |
| last ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int))         | Returns the last *n* elements from the list.                            |

#### ~~project (~~[~~Project~~](https://developer.firmhouse.com/graphql-api/api-reference/objects/project)~~!)~~

*`Deprecated: Will be removed.`*

#### status ([CollectionCaseStatus](https://developer.firmhouse.com/graphql-api/api-reference/objects/collection-case-status)!)

The status of the collection case

#### updatedAt ([ISO8601DateTime](https://developer.firmhouse.com/graphql-api/api-reference/objects/iso-8601-date-time))

The date and time when the collection case record was last updated.
