JetEngine
Tích hợp với plugin JetEngine, để lấy dữ liệu Custom Content Type (CCT).

Tích hợp với plugin JetEngine của Crocoblock.
Schema GraphQL được bổ sung các trường để truy vấn dữ liệu Custom Content Type (CCT).
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")
}
}