add_portal_admin_api_mutation
OfficialAdd portal mutation with schema fidelity
Authorauthgear
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill ensures every Portal Admin GraphQL mutation is created in line with the schema, preventing ad-hoc or inconsistent mutation definitions.
Core Features & Use Cases
- Schema-first mutation creation: Read portal/src/graphql/adminapi/schema.graphql before authoring the new operation so you only use existing fields.
- Guided mutation placement: Create the .graphql file under portal/src/graphql/adminapi/mutations, query all top-level fields, and avoid nested entities unless explicitly requested.
- Type generation handshake: Run npm run gentype from the portal directory after adding the mutation to keep generated types in sync. Use case: When adding a Portal Admin mutation for a new admin workflow, follow the schema and generation steps to keep the API consistent.
Quick Start
Add a new Portal Admin mutation file under portal/src/graphql/adminapi/mutations after reviewing the schema.graphql and finish by running npm run gentype from the portal directory.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: add_portal_admin_api_mutation Download link: https://github.com/authgear/authgear-server/archive/main.zip#add-portal-admin-api-mutation Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.