skillbox/client/src/graphql/gql/allTopicsQuery.gql

13 lines
120 B
GraphQL

query TopicsQuery {
topics {
edges {
node {
id
order
title
slug
}
}
}
}