We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
VFolder
query ComputeContainer { vfolder (id: "VFOLDER_ID") { name } }
The text was updated successfully, but these errors were encountered:
jopemachine
Successfully merging a pull request may close this issue.
When using
vfolder
GQL in the main branch, the following error occurs:This PR resolves several issues causing the
VFolder
GQL to malfunction in the current main branch.Request example
The text was updated successfully, but these errors were encountered: