queries.translation.ts Maven / Gradle / Ivy
import { gql } from '@apollo/client'
export const GET_TRANSLATIONS = gql`
query GetTranslations { translations }`
import { gql } from '@apollo/client'
export const GET_TRANSLATIONS = gql`
query GetTranslations { translations }`