You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a user table with id, stripe_customer_id etc and a relationship to stripe getCustomersCustomer and GetPaymentMethods.
The relationship are defined as follows:
As soon as i remove stripe_customer_id from the list of a allowedField the relationships are removed as well.
Describe the solution you'd like
If a role has the permission to view a subset of an ObjectType and the permission to call a Command, a relationship from ObjectType to Command should be accessible for the role, even if the role has no permission to access the field the relationship is based on directly .
I don't want to expose the stripe_customer_id to the user, but using it in the query-engine to resolve the related data should still be supported.
Alternatives
Call commands with argumentPresets based on session variables.
The text was updated successfully, but these errors were encountered:
c/v3-console
Is your proposal related to a problem?
I have a user table with id, stripe_customer_id etc and a relationship to stripe getCustomersCustomer and GetPaymentMethods.
The relationship are defined as follows:
to enable the following query:
As soon as i remove stripe_customer_id from the list of a allowedField the relationships are removed as well.
Describe the solution you'd like
If a role has the permission to view a subset of an ObjectType and the permission to call a Command, a relationship from ObjectType to Command should be accessible for the role, even if the role has no permission to access the field the relationship is based on directly .
I don't want to expose the stripe_customer_id to the user, but using it in the query-engine to resolve the related data should still be supported.
Alternatives
Call commands with argumentPresets based on session variables.
The text was updated successfully, but these errors were encountered: