Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created April 10, 2016 03:56
Show Gist options
  • Save clayallsopp/73755e1d5f4e61c63d166bf0d96a3c0e to your computer and use it in GitHub Desktop.
Save clayallsopp/73755e1d5f4e61c63d166bf0d96a3c0e to your computer and use it in GitHub Desktop.
const UserType = new GraphQLObjectType({
name : 'User',
interfaces: [SearchableType],
fields : {
// ...
},
isTypeOf: data => !!data.username;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment