Skip to content

Commit cd32a8b

Browse files
authored
Merge pull request #166 from forumone/drupal-util-path-fixes
fixes paths for two drupal utils
2 parents f8236ea + 765da60 commit cd32a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/drupal/generate-graphql-types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import { resolve } from 'node:path';
1010
// @ts-ignore
1111
import codegenConfig from '../../codegen';
1212
// @ts-ignore
13-
import drupal from '../../util/drupal';
13+
import drupal from '../../util/drupal/drupal';
1414
// @ts-ignore
15-
import graphqlEndpoint from '../../util/graphqlEndpoint';
15+
import graphqlEndpoint from '../../util/drupal/graphqlEndpoint';
1616

1717
async function generateGraphQLTypes() {
1818
try {

0 commit comments

Comments
 (0)