mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
12 lines
130 B
JavaScript
12 lines
130 B
JavaScript
import gql from 'graphql-tag'
|
|
|
|
export default () => {
|
|
return gql(`{
|
|
Category {
|
|
id
|
|
slug
|
|
icon
|
|
}
|
|
}`)
|
|
}
|