All Downloads are FREE. Search and download functionalities are using the official Maven repository.

queries.config.ts Maven / Gradle / Ivy

import { gql } from '@apollo/client'

export const GET_CONFIG = gql`query { config { projectName, menu, theme } }`




© 2015 - 2024 Weber Informatics LLC | Privacy Policy