Object Properties

Hi everyone!

I’m experimenting with the new GraphQL features and have a question regarding whether I can retrieve ObjectProperties without loading the model in Viewer2?

On the site I’m developing, I need to display the ObjectProperties (the user needs to select an item from this list).

Currently, my GraphQL query looks like this:
image

Thank you in advance for your help!

We do have a, sadly minimally documented, package you could utilise @speckle/objectloader - npm

This may be preferable to raw data querying.

On the other hand, the ViewerAPI can also be used without the model component to load object data.

If you have tried and already discounted these we can work through more precisely what you want to achieve with GraphQL

@Gircsi117 Did you have a chance to look at the objectloader package and see if it fits your needs?