JetEngine
Integration with the JetEngine plugin, to fetch Custom Content Type (CCT) data.

Integration with Crocoblock's JetEngine plugin.
The GraphQL schema is provided fields to query Custom Content Type (CCT) data.
query {
jetengineCCTEntries(cctSlug: "some_cct_slug") {
id
uniqueID
cctSlug
status
createdDate
modifiedDate
authorID
author {
id
name
}
singleCustomPostID
singleCustomPost {
id
title
}
fieldValues
someField: fieldValue(slug: "some_field_slug")
}
}