1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-23 11:02:35 +03:00

Setup consistent import order and fix eslint errors

This commit is contained in:
Quentin Gliech
2023-04-27 20:43:41 +02:00
parent 3d6eba6acc
commit 826e84904e
26 changed files with 245 additions and 77 deletions

View File

@@ -13,14 +13,14 @@
// limitations under the License.
import { createClient, fetchExchange } from "@urql/core";
import { cacheExchange } from "@urql/exchange-graphcache";
import { devtoolsExchange } from "@urql/devtools";
import { cacheExchange } from "@urql/exchange-graphcache";
import { refocusExchange } from "@urql/exchange-refocus";
import schema from "./gql/schema";
import type { MutationAddEmailArgs } from "./gql/graphql";
import { requestPolicyExchange } from "@urql/exchange-request-policy";
import type { MutationAddEmailArgs } from "./gql/graphql";
import schema from "./gql/schema";
const cache = cacheExchange({
schema,
updates: {