Skip to content

Instantly share code, notes, and snippets.

@Cal30
Created January 19, 2017 17:01
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 Cal30/70b9270e89494a6359481353f6d29cd6 to your computer and use it in GitHub Desktop.
Save Cal30/70b9270e89494a6359481353f6d29cd6 to your computer and use it in GitHub Desktop.
GraphQL Post - HomeWorld Relationship
.field(newFieldDefinition()
.name("homeworld")
.description("Planet where character took birth")
.type(new GraphQLTypeReference("Planet"))
.dataFetcher(homeworldEmbeddedDataFetcher)
.build())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment