Search⌘ K
AI Features

Listing

Understand how to list graphs and queries within an Elixir umbrella project by defining functions to access directories and files. Learn to filter and sort files, distinguish directories, and manage graph data storage effectively.

Overview

We need to be able to get listings of the graphs and queries we’re saving. And we also want to be able to access graphs and queries within any directories that we might add manually to our store. This is what we will do now.

We'll start with graphs—queries will be treated the same.

First, let’s add a file_test type that we’ll use to select ...