• Denys Mishunov's avatar
    Add blob resolver to snippet GraphQL type · 6c73ac27
    Denys Mishunov authored
    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.
    6c73ac27
snippet_blob_view.vue 2.77 KB