2016-02-09 11:16:49 -06:00
2016-02-09 11:16:49 -06:00
2016-02-09 11:16:49 -06:00
2016-01-26 19:42:30 -06:00
2016-02-08 18:23:40 -06:00
2016-02-09 11:16:49 -06:00
2016-02-09 11:16:49 -06:00
2016-02-09 11:16:49 -06:00
2016-01-31 17:18:27 -06:00

See necessary examples

Problems

  1. Setting type directly on field:
fields: ()=>{
  username: GraphQLString
}

threw this error:

Unhandled rejection Error: Query.viewer field type must be Output Type but got: undefined

Must pass object:

fields: ()=>{
  username: {
    type: GraphQLString
  }
}
Description
No description provided
Readme 47 MiB
Languages
JavaScript 96.6%
HTML 1.6%
Pug 1.3%
SCSS 0.5%