graphql_client_repository 1.0.1
graphql_client_repository: ^1.0.1 copied to clipboard
A Flutter package that provides a wrapper for GraphQL client to be used in repositories, simplifying GraphQL integration in Flutter applications.
Changelog #
1.0.0 #
- Initial release of the GraphQL Client Repository package
- Provides a wrapper for GraphQL client to be used in repositories
- Implements repository pattern for GraphQL operations
- Built on top of the official
graphql
package - Includes basic query and mutation support
- Type-safe GraphQL operations