Replies: 4 comments
-
They are pretty similar, but the main difference is that For example, if you are using the JSON content type with a merge operation that is used to combine object values then calling I'm happy to provide a more concrete example if the difference is still unclear! |
Beta Was this translation helpful? Give feedback.
-
Thank you for this. I think I am starting to get the difference, though (GraphQL) examples for each operation would help in the tutorial. Also you mentioned the availability of the Am I correct that the 'content' key of irmin.yml would have to be set to 'json' and 'json_value' respectively to configure the store with those content types? And that if I would want to be able to use Lastly, how do you push a JSON object into the store? The GraphQL types do not seem to support a nested value argument, nor does passing a JSON object as string result in a tree being set (when using |
Beta Was this translation helpful? Give feedback.
-
Thanks, I will work on adding some of this information to the tutorial!
I noticed that
I'm not exactly sure what you're asking here, but you should be able to use
This is also due to |
Beta Was this translation helpful? Give feedback.
-
Aha, excellent! I'll await the PR and continue. Thank you! |
Beta Was this translation helpful? Give feedback.
-
I am exploring the GraphQL module. However, I am somewhat confused about the use of the
update_tree
andmerge_tree
mutation commands. They seem to be doing the same. What is the difference?Beta Was this translation helpful? Give feedback.
All reactions