JetEngine
JetEngine eklentisiyle entegrasyon; Custom Content Type (CCT) verilerini sorgulamak için.

Crocoblock'un JetEngine eklentisiyle entegrasyon.
GraphQL şemasına Custom Content Type (CCT) verilerini sorgulamak için alanlar eklenir.
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")
}
}