the dashboard "View GraphQL Request" feature#26
Merged
Conversation
Document the Platform dashboard's new "View GraphQL Request" feature so users can copy the GraphQL mutation behind any UI transaction and reuse it in their app integrations: - New "From the Dashboard to the API: View the GraphQL Request" section in Using the Enjin Platform (between the dashboard and API options), covering how to open the popup, the URL/Request/Variables it exposes, Copy / Copy as cURL / Execute, and single + batch support, with two screenshots. - Cross-link tip from Using the Enjin API pointing to the new section. Also swap the illustrative REST endpoint on the How to Use GraphQL page for a neutral example.com URL (it was never a real Enjin endpoint). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bradez
requested changes
Jun 3, 2026
Co-authored-by: Brad Bayliss <brad@bayliss.co.uk>
Bradez
approved these changes
Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds documentation for the new Enjin Platform dashboard feature that
exposes the GraphQL request behind any UI transaction.
on the Using the Enjin Platform page (sits between the dashboard and
API options it bridges). Covers opening the popup, the URL / Request /
Variables it exposes, the Copy / Copy as cURL / Execute actions, and
single + batch transaction support, with two screenshots.
GraphQL page with a neutral example.com URL (it was never a real
Enjin endpoint).