When using graph.cool with the auth0 integration, is there a way to create an unauthenticated user (createUser mutation without authProvider)? In our scenario it is possible for the user to perform some actions that create data we would like to store before creating credentials (as an anonymous user with just an ID), then update the user info with the auth0 info after they sign in so that they can access from other devices later.