Add blob resolver to snippet GraphQL type
In order to retrieve single or multiple blobs from snippets and avoid retrieving all at the same time, we add a resolver to the blobs field in the snippet type. We can now pass a string or an array of files to retrieve.
Showing
Please register or sign in to comment