PedroBern / django-graphql-auth

Django registration and authentication with GraphQL.
https://django-graphql-auth.readthedocs.io/en/latest/
MIT License
329 stars 106 forks source link

Fix refreshToken api documentation payload example #70

Closed hashlash closed 4 years ago

hashlash commented 4 years ago

The content of RefreshToken API documentation was previously contained with RevokeToken examples.

codecov-commenter commented 4 years ago

Codecov Report

Merging #70 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   96.28%   96.28%           
=======================================
  Files          11       11           
  Lines         619      619           
=======================================
  Hits          596      596           
  Misses         23       23           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3c8c0f8...05aebe3. Read the comment docs.

PedroBern commented 4 years ago

Thanks!