afv-library/skills/using-webapp-salesforce-data
Ciaran E Hannigan c14da0844e
W-21685788: Expand using-webapp-salesforce-data guidance (#101)
* feat(using-webapp-salesforce-data): add supporting documentation

Add detailed reference docs for schema introspection, read query
generation, mutation query generation, query testing, and webapp
integration patterns.

Made-with: Cursor

* refactor(using-webapp-salesforce-data): move graphql-search.sh to scripts/

Relocate the schema search script from the skill root into a dedicated
scripts/ directory for better organization.

Made-with: Cursor

* feat(using-webapp-salesforce-data): align SKILL.md with using-salesforce-data

- Add GraphQL Non-Negotiable Rules section (6 critical platform rules)
- Fix mutation template to include allOrNone wrapper
- Add doc cross-references (schema introspection, query generation,
  testing, webapp integration)
- Add deploying-webapp-to-salesforce skill cross-reference
- Update script paths from .a4drules/... to scripts/graphql-search.sh
- Expand checklist with allOrNone, pagination, and error handling items
- Add two named webapp integration patterns (external .graphql, inline gql)

Made-with: Cursor

* fix: remove negative constraints from frontmatter and body

* fix: pr feedback

* refactor(using-webapp-salesforce-data): rename docs to references

Made-with: Cursor

* Revert "fix: remove negative constraints from frontmatter and body"

This reverts commit f439b7ad31.

* fix: update graphql schema search script

* fix: update skill name for deploying to salesforce

---------

Co-authored-by: Hemant Singh Bisht <hsinghbisht@salesforce.com>
2026-03-30 14:52:05 +05:30
..
references W-21685788: Expand using-webapp-salesforce-data guidance (#101) 2026-03-30 14:52:05 +05:30
scripts W-21685788: Expand using-webapp-salesforce-data guidance (#101) 2026-03-30 14:52:05 +05:30
SKILL.md W-21685788: Expand using-webapp-salesforce-data guidance (#101) 2026-03-30 14:52:05 +05:30