We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Peers should be tenanted under multi-tenancy.
tenantId
peers
peer
peerByAddressAndAsset
createPeer
updatePeer
deletePeer
backend
The text was updated successfully, but these errors were encountered:
oana-lolea
No branches or pull requests
Peers should be tenanted under multi-tenancy.
Todo
tenantId
foreign key topeers
table and backfill existing peerspeer
peerByAddressAndAsset
peers
query resolvers (operators can view all peers, tenants can only view their own peers)createPeer
resolver (operators can create peers on behalf of tenants - we should add optionaltenantId
in thecreatePeer
mutation)updatePeer
resolver (operators can update any peer, tenants can only update their own peers)deletePeer
resolver (operators can delete any peer, tenants can only delete their own peers)Prerequisites
backend
tenants table #3103The text was updated successfully, but these errors were encountered: