graphene_server 0.1.1+12
graphene_server: ^0.1.1+12 copied to clipboard
A GraphQL inspired server and JSON based Schema.
0.1.0+11 #
- Added the getAllAccounts function
0.0.9+10 #
- Has role function now uses access token instead of username
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