Skip to content

Instantly share code, notes, and snippets.

@barsumek
Last active November 22, 2018 12:26
Show Gist options
  • Save barsumek/1df59c4ecc96f5db7ad10ac62739db9a to your computer and use it in GitHub Desktop.
Save barsumek/1df59c4ecc96f5db7ad10ac62739db9a to your computer and use it in GitHub Desktop.
Detox your GraphQL: Mocking string type
const defaultString = {
String: () => "John Doe"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment