gardenbuilder-app / gardenbuilder-backend-python

Django-based REST API
6 stars 11 forks source link

added mutations to delete token and refresh token #46

Closed capndave closed 3 years ago

capndave commented 3 years ago

Description:

Added delete_token and delete_refresh_token mutations to config/schema.py

Tests:

I was unable to mock an authenticated user for this for testing purposes. Any help would be appreciated!

Checklist:

Please put an x in each box that you have completed