> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/objects/product-group.md).

# ProductGroup

### Fields

#### id ([ID](/graphql-api/api-reference/objects/id.md)!)

The database ID for this product group

#### imageUrl ([String](/graphql-api/api-reference/objects/string.md))

URL to image of the product group

#### products ([ProductConnection](/graphql-api/api-reference/objects/product-connection.md))

List of products in this group

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

#### project ([Project](/graphql-api/api-reference/objects/project.md)!)

The project this product group belongs to

#### title ([String](/graphql-api/api-reference/objects/string.md)!)

Name of the product group
