OBJECT

Tag

link GraphQL Schema definition

1type Tag {
2
3category: Int!
4
5id: Int!
6
7title: String!
8
9}