Links
Associated links for the returned offers like 'support_portal'.
type Links {
support_portal: String!
}
Fields
Links.support_portal ● String! non-null scalar
Support portal link.
Example: "https://api.adgem.com/support/player?appid=12345&playerid=testplayer"
Handle this URL as an opaque string. Don't pass it through rich-text editors, docs,
spreadsheets, or chat tools (Slack, Notion, Jira, etc.) before using it — these can
silently insert invisible zero-width space characters when wrapping long lines, which
will break the numeric appid/playerid values embedded in the URL and cause a
"support unavailable" error. Store and template it as a string end-to-end without
manual copy/paste steps.
Returned By
links query