mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-02-06 09:56:03 +00:00
8 lines
101 B
TypeScript
8 lines
101 B
TypeScript
import gql from 'graphql-tag'
|
|
|
|
export const availableRoles = gql`
|
|
query {
|
|
availableRoles
|
|
}
|
|
`
|