Revision 6bcde4f8a4fa0bc8b80ea9af538c7a59543562be
Committed on 05/11/2018 1:55 am by
Bertrand Dunogier <[email protected]> [GitHub Diff]
Generate the list of Content Types to an enum type (#22)
Exposed as part of the schema when inputing ContentSearchQuery.ContentTypeIdentifier:
```
{
_repository {
searchContent(query: {ContentTypeIdentifier: article}) {
name
}
}
}
```