Skip to content

Commit

Permalink
Merge pull request #4 from timo92/fix/632
Browse files Browse the repository at this point in the history
fix: support serverless >= 4.0.23 (sid88in#632)
  • Loading branch information
plezan authored Nov 15, 2024
2 parents 7864835 + be5f6cd commit 133dfdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/resources/Schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { CfnResources } from '../types/cloudFormation';
import { Api } from './Api';
import { flatten } from 'lodash';
import { parse, print } from 'graphql';
import ServerlessError from 'serverless/lib/serverless-error';
import { validateSDL } from 'graphql/validation/validate';
import { mergeTypeDefs } from '@graphql-tools/merge';

Expand Down

0 comments on commit 133dfdb

Please sign in to comment.