We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74d809 commit 7658120Copy full SHA for 7658120
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "graphql-compose-relay",
3
"version": "0.0.3",
4
- "description": "Plugin for `graphql-mongoose` which wraps graphql types with Relay specific logic.",
+ "description": "Plugin for `graphql-compose` which wraps graphql types with Relay specific logic.",
5
"files": [
6
"es",
7
"lib"
src/index.js
@@ -1,3 +1,5 @@
+/* @flow */
+
import { composeWithRelay } from './composeWithRelay';
export default composeWithRelay;
0 commit comments