graphql icon indicating copy to clipboard operation
graphql copied to clipboard

Support selecting relationships/fields that the CONNECT/DISCONNECT @authorization applies to.

Open jroith opened this issue 1 year ago • 1 comments

Current @authorization support selecting an operation, such as CREATE, DELETE, UPDATE, CONNECT and DISCONNECT. It seems like connect and disconnect would apply to ANY connection being made. Sometimes we want to prevent all connections, except one. And sometimes we want to permit all connections expect one.

Have you considered making the configurable - perhaps based on white or blacklisting edge names per type for simplicity?

jroith avatar Dec 04 '23 18:12 jroith