Notes and Info Box support in API v2

+1 for Notes/Info Boxes support and Pinning support. I was very surprised to see you cannot do this, and it appears there are more than enough people asking for it. Please consider support these, as it is needed for certain things.

Thank you!

@MarkStokes You can technically escape HTML, quotes, newlines, etc before sending in as a GraphQL request. It’s just a matter of getting the double escaping down right between the over JSON request, and the nested update “body”, in which you will need to escape newline characters and double quotes to avoid conflict with the GraphQL update “body” parameter.

Also, see my other reply: Can we mutate Info Boxes using the API?