forked from cerc-io/snowballtools-base
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:
committed by
Ashwin Phatak
co-authored by
neeraj
parent
7d54280d5c
commit
d4b0659307
@@ -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;
|
||||
Reference in New Issue
Block a user