# ProductGroup

### Fields

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

The database ID for this product group

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

URL to image of the product group

#### products ([ProductConnection](https://developer.firmhouse.com/graphql-api/api-reference/objects/product-connection))

List of products in this group

| 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)!)

The project this product group belongs to

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

Name of the product group
