mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Remove FragmentReference from relay-runtime
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// tslint:disable:interface-over-type-literal
|
||||
|
||||
import * as React from "react";
|
||||
import { Environment, Network, RecordSource, Store, ConnectionHandler, FragmentReference } from "relay-runtime";
|
||||
import { Environment, Network, RecordSource, Store, ConnectionHandler } from "relay-runtime";
|
||||
|
||||
import {
|
||||
graphql,
|
||||
|
||||
Vendored
-4
@@ -79,10 +79,6 @@ export function getRequest(taggedNode: GraphQLTaggedNode): ConcreteRequest;
|
||||
|
||||
export type RequestNode = ConcreteRequest | ConcreteBatchRequest;
|
||||
|
||||
// Using `enum` here to create a distinct type and `const` to ensure it doesn’t leave any generated code.
|
||||
// tslint:disable-next-line:no-const-enum
|
||||
export const enum FragmentReference {}
|
||||
|
||||
export interface OperationBase {
|
||||
variables: object;
|
||||
response: object;
|
||||
|
||||
Reference in New Issue
Block a user