Skip to content

Instantly share code, notes, and snippets.

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