OBJECT
CMSItemPayload
#
GraphQL Schema definition
1
type
CMSItemPayload
{
2
data
:
JSONPayload
3
resource_name
:
String
!
4
type
:
CMSItemType
5
}
#
Required by
CMSItemPayloadCollection
null