stash icon indicating copy to clipboard operation
stash copied to clipboard

Add findFiles and findFile graphql queries

Open WithoutPants opened this issue 6 months ago • 0 comments

Adds findFiles and findFile queries to the graphql schema. Adds parent_folder and zip_file fields to the file and folder types and deprecates parent_folder_id and zip_file_id.

This can be used to create a file system view, or for plugins to better manipulate files.

Related design: https://discourse.stashapp.cc/t/design-add-support-for-querying-files/577

WithoutPants avatar Jun 19 '25 07:06 WithoutPants