Contains supplementary types for using GraphQL in Orchard Core.
TotalOfContentTypeBuilder
: AnIContentTypeBuilder
which adds thetotalOfContentType
integer field to your top levelContentItem
s in your schema. Needs to be registered asScoped
.
PartIndexAliasProvider
: Eliminates boilerplate forIIndexAliasProvider
for indexes with a name ending inPartIndex
.