graphene_server 0.0.7+7
graphene_server: ^0.0.7+7 copied to clipboard
A GraphQL inspired server and JSON based Schema.
0.0.5+5 #
- All responses coming out of the server will now be in the form of: { "data": response }
0.0.4+4 #
- Updated the documentation (removed the schema part as it is not supported and no plans to support it are in plans)
0.0.3+3 #
- Simple authentication system created
0.0.2+2 #
- Server is now multi-threaded thanks to the compute(https://pub.dev/packages/compute) package I found online.
0.0.1+1 #
- Basic functionality added