You've already forked authentication-service
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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user