Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Incorrect scopes generated for relationship type Remove mutations #344

Closed
michaeldgraham opened this issue Nov 10, 2019 · 0 comments
Closed

Comments

@michaeldgraham
Copy link
Collaborator

As shown in the below section of the schema augmentation test, the scope generated for the @hasScope directive on relationship type Remove mutations is Create when it should be Delete.

RemoveMovieRatings(
from: _UserInput!
to: _MovieInput!
): _RemoveMovieRatingsPayload
@MutationMeta(relationship: "RATED", from: "User", to: "Movie")
@hasScope(scopes: ["User: Create", "Movie: Create"])

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant