mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-05 15:13:21 +00:00
refactor(test): remove the datahub-frontend.graphql (#3193)
This commit is contained in:
parent
d1c66167fa
commit
13d62806bf
@ -4,11 +4,9 @@ import gql from 'graphql-tag';
|
||||
import { buildASTSchema } from 'graphql';
|
||||
|
||||
const gmsSchema = loader('../../../datahub-graphql-core/src/main/resources/gms.graphql');
|
||||
const feSchema = loader('../../../datahub-frontend/conf/datahub-frontend.graphql');
|
||||
|
||||
const graphQLSchemaAST = gql`
|
||||
${gmsSchema}
|
||||
${feSchema}
|
||||
`;
|
||||
|
||||
export const graphQLSchema = buildASTSchema(graphQLSchemaAST);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user