mickhansen / graphql-sequelize

GraphQL & Relay for MySQL & Postgres via Sequelize
MIT License
1.9k stars 172 forks source link

Add example project #620

Closed mikefowler closed 6 years ago

mikefowler commented 6 years ago

Overview

Adds an example project that illustrates how to set up graphql-sequelize and dataloader-sequelize with graphql-yoga.

Closes https://github.com/mickhansen/graphql-sequelize/issues/610

Reviewers

to: @mickhansen @intellix cc: @MauriceMahan

codecov-io commented 6 years ago

Codecov Report

Merging #620 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #620   +/-   ##
======================================
  Coverage    91.7%   91.7%           
======================================
  Files          13      13           
  Lines         410     410           
======================================
  Hits          376     376           
  Misses         34      34

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 974fd89...022b400. Read the comment docs.

mmdevcodes commented 6 years ago

Very helpful, thanks.

mikefowler commented 6 years ago

@mickhansen ah, thanks for the clarifications. I amended the commit.

mikefowler commented 6 years ago

@mickhansen this has been updated again, though it seems like the Travis suite is failing on some specs that should not have been affected by this change.

mickhansen commented 6 years ago

@mikefowler there are some intermittent errors but in any case i'd ignore them for the example :)