You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can find an example in the docs. See the Using completion widget outside of Django admin section in the readme, and there will be a code sample for views.py that shows how to use DjangoQLSchemaSerializer:
Thanks for the awesome package!
How can I map the introspection endpoint in drf (Django Rest Framework)?
My idea would be like this:
/api/v1//introspect/
I have now implemented this with an endpoint action in my viewset:
But a deprecated warning appears that I should use DjangoQLSchemaSerializer. But how?
Doesn't work.
Thanks for your help
The text was updated successfully, but these errors were encountered: