Skip to content

Instantly share code, notes, and snippets.

@sfroestl
Created February 24, 2016 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sfroestl/e44eda915120c47831f4 to your computer and use it in GitHub Desktop.
Save sfroestl/e44eda915120c47831f4 to your computer and use it in GitHub Desktop.
ConferenceDetails.js
const ConferenceDetailsContainer =
Relay.createGenericContainer('ConferenceDetails', {
fragments: {
conference: () => Relay.QL`
fragment on Conference {
date,
description,
attendance,
location,
rating,
}
`,
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment