graphql-compose-relay
Version:
Plugin for `graphql-compose` which wraps graphql types with Relay specific logic.
16 lines (13 loc) • 367 B
Flow
/* @flow */
import { composeWithRelay, TypeMapForRelayNode } from './composeWithRelay';
import { fromGlobalId, toGlobalId } from './globalId';
import { getNodeInterface, NodeInterface } from './nodeInterface';
export default composeWithRelay;
export {
composeWithRelay,
getNodeInterface,
TypeMapForRelayNode,
NodeInterface,
fromGlobalId,
toGlobalId,
};