Skip to content
FreePhoenix888 edited this page Apr 1, 2023 · 17 revisions

Welcome to the Documentation wiki!

Prereqisitions

1. Launch deep

2.Open deepcase (Deep Graphical user interface)

Deepcase is located on 3007 port. Note: For local deep it is localhost:3007, in gitpod you can see ports on the ports panel

3. Query links to see them.

By default you see links contained in your space, you can query links to see more.

1. Insert query

Press right mouse button and choose insert in context menu - insertion window will appear. Write query in search panel located in insertion window and choose list view by using one of the two buttons on the top-right corner of the insertion window and then choose query link and create it by using mark button near to the bottom-right corner.

2. Edit query

Press right mouse button on query link and choose editor from the context menu. Query all the users

{
  type_id: {
    _id: ["@deep-foundation/core", "User"]
  }
}

Literally this query selects all links where type link is contained as "User" in "@deep-foundation/core" space

TODO...

Clone this wiki locally