PostTypeMapping (Object)
Description
No description
Fields
| Name | Description |
|---|---|
| default - String | |
| description - String | |
| field - PostFieldsEnum | |
| isMainContent - Boolean | |
| isSearchable - Boolean | |
| key - String! | |
| required - Boolean | |
| title - String | |
| type - PostMappingTypeEnum! |
type PostTypeMapping {
default: String
description: String
field: PostFieldsEnum
isMainContent: Boolean
isSearchable: Boolean
key: String!
required: Boolean
title: String
type: PostMappingTypeEnum!
}