razee-io / Razeedash-api

API used by razeedash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph dependencies

mckaymic opened this issue · comments

I put together this quick dependency diagram for the objects we have in Razee. The GraphQL resources should support these dependencies. This behavior should replace the existing queries we have such as resourcesByCluster and resourcesBySubscription. Instead the the user should query for the cluster and get the resources child. Otherwise we are not taking advantage of GraphQL.

image

I'll call this one closed. We have a good start on providing the data graph in our APIs.