#Query depth for new SDK

6 messages ยท Page 1 of 1 (latest)

lethal igloo
#

I made this function :

export const getAllPlayersFromUser = (user: IUser) => {
  return directus.request(
    readItems("player", {
      filter: {
        user: {
          id: {
            _eq: user.id,
          },
        },
      },
      fields: ["*"],
    })
  );
};```

But It's impossible to get deeper in the field depths and I think I cannot get some informations ๐Ÿ˜ฆ
weary zealotBOT
#

Thanks for posting! This is a community powered server, so you may or may not get an answer based on available help and expertise. To increase your chances of somebody being able to help you, please help us help you making sure you:

  • Adding an explanation of exactly what you're trying to achieve.
  • Adding any and all related code or previous attempts.
  • Describing the exact issue or error you are facing.
  • Posting any screenshots if applicable.
  • Reading through https://stackoverflow.com/help/how-to-ask.

When you're done with this thread, please close it. Thanks! โœจ

(If you have a support agreement and need help, please contact the core team via email.)

fading sorrel
lethal igloo
#

... And I saw it in the youtbe video ๐Ÿคฆ๐Ÿปโ€โ™‚๏ธ Thank you @fading sorrel Always there to save us from ignorance ๐Ÿ˜„