AustinSMueller
released this
29 Sep 14:15
·
3 commits
to master
since this release
- Implemented a new configuration variable (authorization_enabled). When enabled, the API will verify that each request is coming from a logged in user before executing queries sent to the GraphQL endpoint.
- Created a public GraphQL endpoint (/v1/public-graphql/) that does not require authentication regardless of the configuration status.
- Added node count queries to the public GraphQL endpoint.
- Added a limited global search query to the public GraphQL endpoint.