dartpollo 0.1.0-alpha.1
dartpollo: ^0.1.0-alpha.1 copied to clipboard
A Dart GraphQL client with caching support. Build dart types from GraphQL schemas and queries.
Examples #
This folder contains examples on how to use dartpollo.
pokemon #
A simple example using the Pokémon GraphQL API. Demonstrates basic schema generation and query execution.
See the pokemon README for setup instructions.
github #
An example using the GitHub GraphQL API. Requires a GitHub Personal Access Token. Features custom scalar mappings for GitHub-specific types (GitObjectID, URI, DateTime, etc.).
See the github README for setup instructions.