Login
Download
Skill UI
Browse and discover
15558+
curated skills
All
Development
Artificial Intelligence
Design & Creative
Product & Business
Data Science
Marketing
Soft Skills
Productivity
Engineering
Languages
Search
Mutations
, found
16
results
Default
Newest
Most Downloaded
Extending GraphQL APIs with Custom Resolvers
webiny-custom-graphql-api
webiny/webiny-js
240
This pattern provides a robust method for extending and customizing existing GraphQL APIs. Developers can implement `GraphQLSchemaFactory` to add custom root queries and mutations, injecting complex business logic and use cases directly into the API layer. It fully supports per-resolver dependency injection (DI), ensuring that every resolver has access to critical request-scoped context, such as identity and tenancy, making it ideal for building modular, enterprise-grade backend services.
View Details
Formik Patterns for Form Handling And Validation
formik-patterns
sickn33/antigravity-awesome-skills
378
This comprehensive skill demonstrates advanced usage patterns for Formik, a popular React form handling library. It covers basic form setup, complex validation schema creation using Yup (including conditional logic), field helper utilities, and integrating form submissions with GraphQL mutations for both creation and editing scenarios.
View Details
Frontend Optimistic Mutations Discipline
frontend-optimistic-mutations
sickn33/antigravity-awesome-skills
149
A comprehensive discipline for managing the write path in React or React Native applications using a query/cache layer. It codifies the full optimistic update lifecycle, ensuring that UI updates feel instantaneous, rollbacks are verbatim upon failure, and the global cache remains perfectly coherent across all components and list views. This pattern is essential for complex, highly interactive user experiences.
View Details
GraphQL Query and Mutation Patterns
graphql-schema
sickn33/antigravity-awesome-skills
374
This guide details best practices for implementing robust, type-safe GraphQL queries and mutations. It covers using separate .gql files, running code generation tools, and implementing mandatory error handling (onError) and loading states. Use this when building complex, reliable data fetching layers with Apollo Client.
View Details
Prev
1
2
Language
简体中文
English