Skip to content

fahadbillah/stitching-directive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stitching Directive

Getting Started

$ yarn district     // run district service
$ yarn division     // run division service
$ yarn gateway      // run gateway service
# failing query. unable to map districts where divisions.id === districts.divisionId. dataloader throwing key-value length mismatch.
query divisions{
  divisions {
    id
    name
    districts {
      id
      name
      divisionId
    }
  }
}

query districts{
  districts {
    id
    name
    division {
      id
      name
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published