Skip to content

Commit

Permalink
Update packages/libraries/cli/src/helpers/schema.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Oct 30, 2024
1 parent be1c01b commit 4abc93b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/libraries/cli/src/helpers/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,7 @@ class FederationSubgraphUrlLoader implements Loader {

return [
{
get document() {
return parse(sdl);
},
document: parse(sdl),
rawSDL: sdl,
},
];
Expand Down

0 comments on commit 4abc93b

Please sign in to comment.