Skip to content

Commit

Permalink
restore plugin order
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes committed Feb 23, 2023
1 parent ea9baed commit aab5e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-dataloader/tests/example/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default new SchemaBuilder<{ Context: ContextType }>({
nodeQueryOptions: {},
nodesQueryOptions: {},
},
plugins: [ErrorsPlugin, DataloaderPlugin, RelayPlugin],
plugins: [RelayPlugin, ErrorsPlugin, DataloaderPlugin],
errorOptions: {
defaultTypes: [Error],
},
Expand Down

0 comments on commit aab5e5c

Please sign in to comment.