Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
feat: add support for edges on emailJobs query
Browse files Browse the repository at this point in the history
Signed-off-by: Loan Laux <loan@outgrow.io>
  • Loading branch information
loan-laux committed Feb 25, 2021
1 parent 3e749b6 commit c665732
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/resolvers/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import getConnectionTypeResolvers from "@reactioncommerce/api-utils/graphql/getConnectionTypeResolvers.js";
import Mutation from "./Mutation/index.js";
import Query from "./Query/index.js";

export default {
Mutation,
Query
Query,
...getConnectionTypeResolvers("EmailJob")
};

0 comments on commit c665732

Please sign in to comment.