Ali Sci
Ali Sci
I am using Django graphene and I successfully created queries and mutations, but when it comes to the subscription I find out the graphene doesn't sopported officially but it suggesting...
# is there any subscriptions minimalist working example. * I tried to create subscriptions in Django graphene, and as you know Django graphene not officially supported, so I have no...
I'm trying to create a tree of lists where I can reorder the list and also drag elements inside other elements and not only above and ender other elements. *...
I want to create a dragIcon next to each element and I want to be able to drag the element only when mouseDown on that icon in which I can't...
I need to create the following custom class mutation , in order to create users if they are not aready exists. To do that I need to pas arguments from...
I am trying to use social auth in Django in my Django GraphQL API (an alternative to rest api). However, after I created the social auth I created a costume...
I am trying to use social auth in Django in my Django GraphQL API (an alternative to rest api). However, after I created the social auth I created a costume...
I made some changes to the view and the serializer. Now, when I go to `'api/tweets/create/` and I write a new tweet in the Content post I got and error...
Note, I'm musing react with tsx (typescript) my index.tsx file ``` import React from "react"; import ReactDOM from "react-dom"; import "./index.css"; import App from "./App"; import reportWebVitals from "./reportWebVitals"; const...
### Describe the problem basically I had google 0auth button when you click it should shows a popup when you can login then back to tauri app. ### Describe the...