Example GraphQL gPAT implementation
What does this MR do and why?
This is an example GraphQL granular token authorization implementation MR that demonstrates adding:
- a
READ_ISSUEpermission with a project boundary to theIssues::IssueTypeobject for GraphQL queries - a
CREATE_ISSUEpermission with a project boundary to theMutations::Issues::Createmutation for GraphQL mutations
References: #571513
Edited by Ajay Thomas