neo4j / docs-graphql

GraphQL docs
5 stars 7 forks source link

authentication/authorization directive operations #124

Closed mjfwebb closed 6 months ago

mjfwebb commented 6 months ago

Authentication directive

READ
AGGREGATE
CREATE
UPDATE
DELETE
CREATE_RELATIONSHIP
DELETE_RELATIONSHIP
SUBSCRIBE

Authorization directive

filter:

READ
AGGREGATE
UPDATE
DELETE
CREATE_RELATIONSHIP
DELETE_RELATIONSHIP

validate:

READ
AGGREGATE
CREATE
UPDATE
DELETE
CREATE_RELATIONSHIP
DELETE_RELATIONSHIP

Originally posted by @mjfwebb in https://github.com/neo4j/graphql/issues/4840#issuecomment-1983550987