Skip to content

Latest commit

 

History

History

gql_example_cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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