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

vfolder GQL resolver is outdated #3325

Open
jopemachine opened this issue Dec 30, 2024 — with Lablup-Issue-Syncer · 0 comments · May be fixed by #3047
Open

vfolder GQL resolver is outdated #3325

jopemachine opened this issue Dec 30, 2024 — with Lablup-Issue-Syncer · 0 comments · May be fixed by #3047
Assignees
Labels
comp:manager Related to Manager component

Comments

@jopemachine
Copy link
Member

When using vfolder GQL in the main branch, the following error occurs:

{
  "data": {
    "vfolder": null
  },
  "errors": [
    {
      "message": "VirtualFolder.batch_load_by_id() got an unexpected keyword argument 'user_uuid'",
      "locations": [
        {
          "line": 2,
          "column": 5
        }
      ],
      "path": [
        "vfolder"
      ]
    }
  ]
}

This PR resolves several issues causing the VFolder GQL to malfunction in the current main branch.

Request example

query ComputeContainer {
    vfolder (id: "VFOLDER_ID") {
        name
    }
}
@jopemachine jopemachine self-assigned this Dec 30, 2024
@jopemachine jopemachine added the comp:manager Related to Manager component label Dec 30, 2024
@jopemachine jopemachine linked a pull request Dec 30, 2024 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:manager Related to Manager component
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant