INTERFACE

CmsItem

link GraphQL Schema definition

  • interface CmsItem {
  • contentId: ID!
  • type: String!
  • # Arguments
  • # type: [Not documented]
  • tags(type: [String]): [Tag!]
  • }