graphql_fragment_builder library

A flexible and type-safe GraphQL fragment builder for Dart and Flutter applications.

This library provides a pattern-matching approach to building GraphQL queries, offering improved type safety, readability, and maintainability.

Classes

GraphQLQueryBuilder
A builder class for constructing GraphQL queries.
QueryFragment
Represents a fragment of a GraphQL query.
QueryParameter<T>
Represents a parameter for a GraphQL query.

Mixins

SimpleQueryFragment
A mixin to easily create simple query fragments.