Update instructions and general package cleanup (#29)

* Update root readme and setup depcheck

* Use fetched domain data in edit domain dialog box

* Use fetched project data in general tab

* Rename files in gql-client package

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
This commit is contained in:
prathamesh0
2024-02-01 11:37:57 +05:30
committed by Ashwin Phatak
co-authored by neeraj
parent 7d54280d5c
commit d4b0659307
17 changed files with 371 additions and 28 deletions
+1 -1
View File
@@ -1 +1 @@
export * from './src/gql-client';
export * from './src/client';
@@ -1,6 +1,6 @@
import { ApolloClient, InMemoryCache, NormalizedCacheObject } from '@apollo/client';
import { getUser, getOrganizations, getDeployments } from './gql-queries';
import { getUser, getOrganizations, getDeployments } from './queries';
export interface GraphQLConfig {
gqlEndpoint: string;