Noorain Panjwani
Noorain Panjwani
@10allday can you submit a new PR for this?
This can be easily solved by asking the user to proceed with the destroy operation when no config is found.
I think we should use the `_inc` operator since that is meant only for numeric fields. We can add another operator for incrementing datetimes.
I think this can be fixed by providing the connection string in this format: `"user=pqgotest password='your pass with special characters' dbname=pqgotest sslmode=verify-full"`. These are the fields currently supported. ``` *...
You can URL encode you password for such use cases.
@solrac97gr thanks for reaching out. There is no interface available to achieve this as of today. However, we are revamping the entire graphql module which is leading to several breaking...
What if we provide a mechanism for the community to extend support for databases instead?
I am actively looking for a solution. @Jayesh333 did you find something?
I don't think this will work for the ws connection.
@abinhho can you see if this works: https://www.apollographql.com/docs/react/networking/authentication/