graphql-compose-relay
Version:
Plugin for `graphql-compose` which wraps graphql types with Relay specific logic.
5 lines • 339 B
JavaScript
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 };