Feature #26488
graphql: add currentUser query
Description
A graphql user should be able to get information about himself.
A query to get all usergroups for the currently signed in user should look like this:
currentUser { usergroups { id name } }
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot about 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6629 added
#2
Updated by Timo Goebel about 4 years ago
- Related to Tracker #22109: Foreman should support a graphql api added
#3
Updated by Tomer Brisker almost 4 years ago
- Fixed in Releases 1.22.0 added
#4
Updated by Timo Goebel almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset f04d8d48a9a382453619a340cbebca4b4a262770.
fixes #26488 - graphql: add currentUser query