Skip to content

Commit

Permalink
fix: use graphql-tag instead of apollo-server-lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Oct 20, 2019
1 parent 6122edd commit 5531e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app-i18n/src/admin/plugins/install.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState, useCallback } from "react";
import { gql } from "apollo-server-lambda";
import gql from "graphql-tag";
import { useApolloClient } from "react-apollo";
import { i18n } from "@webiny/app/i18n";
import { Form } from "@webiny/form";
Expand Down
2 changes: 1 addition & 1 deletion packages/app-security/src/admin/plugins/installation.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { gql } from "apollo-server-lambda";
import gql from "graphql-tag";
import React, { useState, useCallback } from "react";
import { useApolloClient } from "react-apollo";
import { Form } from "@webiny/form";
Expand Down

0 comments on commit 5531e33

Please sign in to comment.