Since I noticed yesterday, that queries like stream(){} vs project(){} are not equivalent and just offering old and new naming “for convenience”, but rather seem to be completely separate queries, I noticed something else:
There doesn’t seem to be a projects{} query (analog to the existing streams{}) … Is that correct?
How would I get (e.g.) a list of all available project IDs?
Or maybe more general: Is this “new naming”-part of the GraphQL API currently in the making, so I just have to wait? Maybe to spare you with more questions like that.
Seems exactly like I waslooking for … just at a different place.
(At least I was always using the “top level” streams query and not the one under activeUser.)
Thanks!!
Quick question … with the old naming’s queries one could query any object by its ID under stream. We can’t find anything corresponding under project or version.
Will this be added, or will there be a new way for querying objects? Or do we miss something?