Is `tabs` what I'm looking for?
# orm-help
r
Is
tabs
what I'm looking for?
r
Hey @reem 👋 Yes
tabs
is what you're looking for. Something like this:
Copy code
tabs: [
    {
      endpoint,
      query: defaultQuery,
    },
  ],
The
defaultQuery
will be the one loaded.
r
Wonderful thanks, really enjoying using the playground 😄
💯 1