Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 [Feature] Backend: Query list all User #1310

Closed
Elweyn opened this issue Jul 1, 2024 · 0 comments · Fixed by #1399
Closed

🚀 [Feature] Backend: Query list all User #1310

Elweyn opened this issue Jul 1, 2024 · 0 comments · Fixed by #1399
Assignees
Labels
feature New feature or request

Comments

@Elweyn
Copy link
Member

Elweyn commented Jul 1, 2024

🚀 Feature

This is a requirement for a number of features:

To-Dos

If we sent a graphql-Query to the backend like this:

{
  users {
    id
    name
    username
  }
}

.. we receive a JSON response with a list of users.

@Elweyn Elweyn added the feature New feature or request label Jul 1, 2024
@Elweyn Elweyn moved this to 🔖 Sprint Backlog in Dreammall.earth Jul 1, 2024
@Elweyn Elweyn assigned trinity2701 and unassigned Mogge Jul 1, 2024
@trinity2701 trinity2701 moved this from 🔖 Sprint Backlog to 🏗 In progress in Dreammall.earth Jul 11, 2024
@trinity2701 trinity2701 changed the title 🚀 [Feature] Backend: User query 🚀 [Feature] Backend: Query list all User Jul 11, 2024
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Dreammall.earth Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants