OBJECT

PostCategory

Post category

link GraphQL Schema definition

  • type PostCategory {
  • # ID of the post category
  • id: ID!
  • # The name of the post category
  • name: String!
  • }