# selfServiceCenterTemplate

### Arguments

| Argument                                                                                               | Description                                            |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------ |
| templateFileName ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string)!) | The file name of the template (e.g. dashboard.liquid). |

### Return fields

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

The Liquid template body content.

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

When the template was created.

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

The database ID of the template.

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

The file name identifier of the template (e.g. dashboard.liquid).

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

When the template was last updated.
