mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-04 16:45:33 +00:00
8 lines
105 B
TypeScript
8 lines
105 B
TypeScript
import { gql } from 'graphql-tag'
|
|
|
|
export const availableRoles = gql`
|
|
query {
|
|
availableRoles
|
|
}
|
|
`
|