agentejo / CockpitQL

GraphQL addon for Cockpit CMS - https://github.com/agentejo/cockpit
70 stars 7 forks source link

Query API Cockpit Methods #7

Open jongirard opened 6 years ago

jongirard commented 6 years ago

Wondering how it will be possible with CockpitQL to query the "Cockpit" namespace api methods such as listUsers ("/api/cockpit/listUsers"). What I'm looking to be able to do is retrieve a list of user records or single user record through CockpitQL but have not identified how to do it. Is it possible?

Thanks