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

[defaultDataForPath] fix GRAPHQL_VALIDATION_FAILED on scene post #278

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

Muldec
Copy link
Contributor

@Muldec Muldec commented Mar 14, 2024

Fix error :

Scene.Create.Post [Default Data For Path]: returned error: Error: graphQL query failed: 422 - {"errors":[{"message":"Cannot query field \"path\" on type \"Scene\". Did you mean \"paths\" or \"date\"?","locations":[{"line":1,"column":59}],"extensions":{"code":"GRAPHQL_VALIDATION_FAILED"}}],"data":null}. Query: query findScene($id: ID) {    findScene(id: $id) {        path    }}. Variables: map[id:13785]

Fix error : 
Scene.Create.Post [Default Data For Path]: returned error: Error: graphQL query failed: 422 - {"errors":[{"message":"Cannot query field \"path\" on type \"Scene\". Did you mean \"paths\" or \"date\"?","locations":[{"line":1,"column":59}],"extensions":{"code":"GRAPHQL_VALIDATION_FAILED"}}],"data":null}. Query: query findScene($id: ID) {    findScene(id: $id) {        path    }}. Variables: map[id:13785]
@DogmaDragon DogmaDragon merged commit 0b8473f into stashapp:main Mar 14, 2024
2 checks passed
@Muldec Muldec deleted the patch-1 branch March 14, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants