Vitor Daniel
Vitor Daniel
Same problem
I need that too
I went through a similar case and modified the settings: REGISTER_MUTATION_FIELDS (https://django-graphql-auth.readthedocs.io/en/latest/settings/#register_mutation_fields) and USER_NODE_FILTER_FIELDS (https://django-graphql-auth.readthedocs.io/en/latest/settings/#user_node_filter_fields) fixed the error.
See #72, Maybe it will help.
Although the question is an old one, I went through the same problem and maybe other people will, so here is the solution: For `DjangoObjectType` and `DjangoFilterConnectionField`: ```python class LoginRequiredMixin(object):...
Try this: ``` from selenium import webdriver from alright import WhatsApp options = webdriver.ChromeOptions() options.add_argument("user-data-dir=./user_data") options.binary_location = "" driver = webdriver.Chrome("", options=options) messenger = WhatsApp(driver) ```
Create a pull request to add your function. See https://opensource.com/article/19/7/create-pull-request-github to learn how
+1 for Prisma
I found a solution for this, maybe not the best of all but it works well: There are some tools like [s3fs](https://github.com/s3fs-fuse/s3fs-fuse) and [goofys](https://github.com/kahing/goofys) that allow you to mount an...