portal_admin_api_graphql

Route deprecated portal_admin_api_graphql aliases to add_portal_admin_api_query and add_portal_admin_api_mutation helpers.

2.0k|126|Updated Jun 16, 2020
One-click install
npx skills add https://github.com/authgear/authgear-server --skill portal-admin-api-graphql
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: portal_admin_api_graphql
Source: https://github.com/authgear/authgear-server/tree/main/.claude/skills/portal_admin_api_graphql
Command: npx skills add https://github.com/authgear/authgear-server --skill portal-admin-api-graphql

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill points out that the portal_admin_api_graphql alias is deprecated and directs developers to the correct helpers for queries and mutations so their portals remain aligned with supported APIs.

Core Features & Use Cases

  • Deprecation notice: clarifies that add_portal_admin_api_query should be used for queries and add_portal_admin_api_mutation for mutations instead of the old alias.
  • Migration aid: ideal when reviewing legacy scripts or automation that still mention portal_admin_api_graphql so teams can update to the supported entry points with confidence.

Quick Start

Ask portal_admin_api_graphql about a query or mutation name to get the matching helper you should call.

Frequently Asked Questions about portal_admin_api_graphql

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate from the deprecated portal_admin_api_graphql alias to current Authgear helpers?

Use add_portal_admin_api_query for GraphQL queries and add_portal_admin_api_mutation for mutations to replace the deprecated portal_admin_api_graphql alias in your Authgear admin API workflows.

What is the correct helper for Authgear portal admin GraphQL mutations?

The add_portal_admin_api_mutation helper handles portal admin GraphQL mutations, replacing the deprecated portal_admin_api_graphql alias for all mutation operations within admin API workflows.

Can I still use the portal_admin_api_graphql alias for portal admin queries?

The portal_admin_api_graphql alias is deprecated and should not be used. You must use add_portal_admin_api_query to ensure your Authgear portal remains aligned with supported APIs.

Why does my legacy Authgear automation script still reference portal_admin_api_graphql?

Legacy automation scripts reference portal_admin_api_graphql because it was the previous alias before deprecation. Update these scripts to call add_portal_admin_api_query or add_portal_admin_api_mutation depending on the operation type.

When do I need to use add_portal_admin_api_query in Authgear admin API workflows?

Use add_portal_admin_api_query in Authgear admin API workflows whenever executing a GraphQL query operation, ensuring you avoid the deprecated portal_admin_api_graphql alias.