- Allow IDE transport to work properly, even query variables are null
- Implement error masking. So, we won't expose any internal errors to the client. But, we make an excuse for Meteor.Error
- Get GraphQL.bindData directly from
react-data-binder
package.
- Now resolve function run inside a Fiber. So, we could use native Meteor stuffs as well.
- Update README
- Add error message to bindData
- Initial version