Skip to content

Commit

Permalink
Removes the magic /*#__PURE__*/ comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed May 7, 2020
1 parent ec45574 commit 5f596bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ interface ParsedQueryPayload {
operationName: string | undefined
}

/*#__PURE__*/
export const graphqlContext: GraphQLMockedContext<any> = {
set,
status,
Expand All @@ -53,7 +52,6 @@ export const graphqlContext: GraphQLMockedContext<any> = {
errors,
}

/*#__PURE__*/
const parseQuery = (
query: string,
definitionOperation: OperationTypeNode = 'query',
Expand All @@ -71,7 +69,6 @@ const parseQuery = (
}
}

/*#__PURE__*/
const createGraphQLHandler = (operationType: OperationTypeNode) => {
return <QueryType, VariablesType = Record<string, any>>(
expectedOperation: GraphQLRequestHandlerSelector,
Expand Down

0 comments on commit 5f596bc

Please sign in to comment.