Skip to content

Veeksi/graphgl_issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphql_issue

This repository is made due to this issue

Problem

  1. Fetch all todos -> (Empty list at start)
  2. Create one todo by clicking "+1" symbol -> (Empty list still)
  3. Fetch all todos again by clicking refresh icon -> (Todo gets added)

Getting Started

Download go if needed tutorial

Run go server

cd server
go run server.go

Open flutter application

flutter run

Note: Remember to change the lib/injection/register_module.dart http link to match yours

If there are auto-generated files that cause conflicts please run script below:

flutter pub run build_runner watch --delete-conflicting-outputs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published