Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiapoh committed May 25, 2020
1 parent bd47f32 commit be33c0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/panel/pages/request/components/Schema.fixture.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { FC, ContextType, useState, useMemo } from "react";
import { buildSchema } from "graphql";
import { RequestContext } from "../../../context";
import { appendPopulateDirective } from "../../../context/schema-transforms";
import { Schema } from "./Schema";

export const schema = buildSchema(`
Expand Down Expand Up @@ -134,7 +133,7 @@ const RequestProviderMock: FC<Partial<ContextType<typeof RequestContext>>> = ({
execute: () => null as any,
fetching: false,
response: undefined,
schema: appendPopulateDirective(schema),
schema,
...value,
}),
[value]
Expand Down

0 comments on commit be33c0f

Please sign in to comment.