Return tag classes with tag
All checks were successful
Tests / Tests (pull_request) Successful in 15s
All checks were successful
Tests / Tests (pull_request) Successful in 15s
This commit is contained in:
@@ -714,9 +714,14 @@ type PageInfoGQL {
|
||||
}
|
||||
|
||||
type TagGQL {
|
||||
name: String!
|
||||
id: Int!
|
||||
group: String
|
||||
name: String!
|
||||
tagClasses: [TagClassGQL!]
|
||||
}
|
||||
|
||||
type TagClassGQL {
|
||||
id: Int!
|
||||
name: String!
|
||||
}
|
||||
|
||||
"""
|
||||
|
Reference in New Issue
Block a user