Meteor 1.3 graphql mutation

Hi!

My example repo is here!

Posts.insert() and Posts.findOne() runs in graphql query but not run in graphql mutation without Fiber.

[Error: Meteor code must always run within a Fiber. Try wrapping callbacks that you pass to non-Meteor libraries with Meteor.bindEnvironment.]

What is the difference between graphql query and mutation ?