Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 320 B view raw
1const constants = { 2 docsTitle: 'URQL', 3 githubIssues: 'https://www.github.com/urql-graphql/urql/issues', 4 github: 'https://www.github.com/urql-graphql/urql', 5 readme: 'https://github.com/urql-graphql/urql/blob/main/README.md', 6 color: '#6B78B8', 7 googleAnalyticsId: 'UA-43290258-1', 8}; 9 10export default constants;