Skip to content

Releases: iashraful/pnp-graphql

0.1.3

03 Aug 05:25
Compare
Choose a tag to compare

0.1.3

Fixed

  • django auth app user is not responding in graphql api

0.1.2

02 Aug 06:21
Compare
Choose a tag to compare

0.1.2

Added

  • Added minimal Token based authentication
  • Added Some exception handler class for exception handling
  • Added model and migrations for AuthToken model

0.0.1-beta release

23 Jul 17:18
Compare
Choose a tag to compare

What's working?

  • GraphQL query
  • Mutation (Create, Update, Delete)
  • Pagination
  • API filtering for Number, String, Date, DateTime

What are the plans?

  • Authentication
  • Proper error handling
  • Field validation
  • Caching
  • many more ... ... ...