PostTypeRecommendationSettings (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| fields - [String!]! | |
| sourceSelf - Boolean | |
| sourceSpaces - [String!] | 
type PostTypeRecommendationSettings {
  fields: [String!]!
  sourceSelf: Boolean
  sourceSpaces: [String!]
}