Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 280 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 280 Bytes

Example GQL Application

Get dependencies

pub get

Build graphql documents

pub run build_runner build

List Pokemon

pub run main.dart

Find Pokemon by name

pub run main.dart -f Charizard

Or don't

pub run main.dart -f Bubusaur