Skip to content

Instantly share code, notes, and snippets.

@jlengstorf
Created July 29, 2019 22:26
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 jlengstorf/361e8899e0f8d4fa1082ecef38568c80 to your computer and use it in GitHub Desktop.
Save jlengstorf/361e8899e0f8d4fa1082ecef38568c80 to your computer and use it in GitHub Desktop.
schema.buildInterfaceType({
name: "MyInterface",
fields: {
name: {
type: "String!",
resolve: () => 'data'
}
},
}),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment