Skip to content

Can't get (playground-tested) GraphQL mutation working in SDK #45

Closed Answered by clumnah
fredgrieco asked this question in Q&A
Discussion options

You must be logged in to vote

Your account team will be reaching out with this same info soon.

Make sure you are on the most up to date version of the SDK, as there have been lots of changes.

When I first looked at your query, your approach made logical sense. I ran it internally and got an error telling me you could not take an on demand snapshot for that workload. I then looked at the API code capture content from an on-demand snapshot via the UI and noticed it was using a different query. When I asked why, it is because not all objects have been implemented into the generic TakeOnDemand snapshot query operation yet. So...the better approach is to use the object specific query instead.

So the change I made was to go…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@fredgrieco
Comment options

Answer selected by fredgrieco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants