Actions
Feature #26488
closedgraphql: 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 } }
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6629 added
Updated by Timo Goebel over 5 years ago
- Related to Tracker #22109: Foreman should support a graphql api added
Updated by Timo Goebel over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset f04d8d48a9a382453619a340cbebca4b4a262770.
Actions