Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Rapid prototyping with Relay

Rapid prototyping with Relay

Lightning talk at Reactive 2015

Ville Immonen

November 03, 2015
Tweet

More Decks by Ville Immonen

Other Decks in Programming

Transcript

  1. Rapid Rapid Prototyping Prototyping with Relay with Relay Ville Immonen

    Ville Immonen Co-founder, Reindex Co-founder, Reindex @VilleImmonen @VilleImmonen
  2. [ { "name": "Group", "kind": "OBJECT", "interfaces": [ "Node" ],

    "fields": [ { "name": "id", "type": "ID", "nonNull": true }, { "name": "name", "type": "String" }, { "name": "events", "type": "Connection", "ofType": "Event", "reverseName": "group" } ] }, ...
  3. > reindex schema-push Reading schema from ./ReindexSchema.json... Requesting migration from

    API... Migrations: [DONE] create new type Comment [DONE] create new type Event [DONE] create new type Group [DONE] create new type Member [DONE] create new type Picture [DONE] create new type RSVP Successfully migrated!