Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [django-graphene]

The tag has no usage guidance.

django-graphene
0 votes
1 answer
28 views

get the lastest record of an object

I have two models: Cat (id, name) CatRecords (id, cat_id, status, created_time) Each day, a cat have one record about the status of the cat I want to get all the cats and the latest record of each, ...
bao.le's user avatar
  • 154
0 votes
0 answers
10 views

How can anonymous users interact with Vue3 frontend, using GraphQL and Django backend?

While building a blog app, I want to create a user interaction such as like, dislike and share. However, I want the users to be anonymous (not authenticated). How can I achieve this to display counts ...
Kaleab Woldemariam's user avatar