[go: up one dir, main page]

[Step2|FE] Use snippet `blobs` field instead of `blob` from GraphQL

Support rendering blobs if available otherwise default to blob

Original Post

Once we implement #217784 (closed), we can update the VUE code and use the new blobs field from GraphQL.

I assume we can get it safely and rendering all the snippet blobs in a loop inside VUE.

If it is more than that and, for the sake of iteration, after the request to GraphQL we can get the first blob returned in the array.

Actions plan

Edited by Denys Mishunov