Right now the API is limited and incomplete. the Dash's current focus is current user.
We need an admin panel and admin commands. The plan is to make 2 graphql endpoints: one for the context of self (current user) and a second for admin commands. This way we can cleanly provide a second middleware for checkUserRole/isAdmin for commands that impact other users.
This means we need a few things
Right now the API is limited and incomplete. the Dash's current focus is current user.
We need an admin panel and admin commands. The plan is to make 2 graphql endpoints: one for the context of self (current user) and a second for admin commands. This way we can cleanly provide a second middleware for checkUserRole/isAdmin for commands that impact other users.
This means we need a few things