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

Test "auth" mutation #36

Closed
Sddilora opened this issue Apr 3, 2024 · 1 comment
Closed

Test "auth" mutation #36

Sddilora opened this issue Apr 3, 2024 · 1 comment
Assignees
Labels
Be sub-issue Sub-task within a larger task testing Tasks or issues for testing system functionality and reporting any identified issues

Comments

@Sddilora
Copy link
Member

Sddilora commented Apr 3, 2024

Test the "auth" mutation with all possible cases and create an issue if any bugs are found. If you encounter unexpected behavior or are unsure if it is intended, please create an issue for that as well.

You can find an example issue and bug report (or a question if this is a bug) in this link.

"Test GraphQL Query and Mutation" guide is available for further assistance.

@Sddilora Sddilora added testing Tasks or issues for testing system functionality and reporting any identified issues parent issue Issue with sub-tasks labels Apr 3, 2024
@Sddilora Sddilora self-assigned this Apr 3, 2024
@Sddilora Sddilora added sub-issue Sub-task within a larger task and removed parent issue Issue with sub-tasks labels Apr 5, 2024
@Sddilora
Copy link
Member Author

Sddilora commented Apr 20, 2024

mutation:

mutation auth {
  auth
  {
    Auth
  }
}

result:

{
  "errors": [
    {
      "message": "internal system error",
      "path": [
        "auth"
      ]
    }
  ],
  "data": null
}

terminal output of graphql service:

not implemented: Auth - auth

cretaed issue for that : #44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Be sub-issue Sub-task within a larger task testing Tasks or issues for testing system functionality and reporting any identified issues
Projects
None yet
Development

No branches or pull requests

2 participants