Results 2 issues of Mithlesh Jasrotia

Now that we can host parse on our own server, add support for saveEventually on files.

type:feature

Look at the following query: ``` query GetBookByID($id:uuid!) { getBook(id:$id) { id title author } } ``` When you build the project the generated class should have 'id' variable of...

bug