mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +00:00
9 lines
70 B
GraphQL
9 lines
70 B
GraphQL
query Category {
|
|
Category {
|
|
id
|
|
slug
|
|
name
|
|
icon
|
|
}
|
|
}
|