Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created April 10, 2016 03:40
Show Gist options
  • Save clayallsopp/da28ab6cf35ead3efd6eeb859658db48 to your computer and use it in GitHub Desktop.
Save clayallsopp/da28ab6cf35ead3efd6eeb859658db48 to your computer and use it in GitHub Desktop.
const SearchableType = new GraphQLInterfaceType({
name: 'Searchable',
fields: {
searchPreviewText: { type: GraphQLString }
},
resolveType: resolveType
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment