We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8236ea + 765da60 commit cd32a8bCopy full SHA for cd32a8b
lib/drupal/generate-graphql-types.ts
@@ -10,9 +10,9 @@ import { resolve } from 'node:path';
10
// @ts-ignore
11
import codegenConfig from '../../codegen';
12
13
-import drupal from '../../util/drupal';
+import drupal from '../../util/drupal/drupal';
14
15
-import graphqlEndpoint from '../../util/graphqlEndpoint';
+import graphqlEndpoint from '../../util/drupal/graphqlEndpoint';
16
17
async function generateGraphQLTypes() {
18
try {
0 commit comments