Skip to content

Instantly share code, notes, and snippets.

@seandearnaley
Created February 19, 2020 05:40
Show Gist options
  • Save seandearnaley/112542406c8495f1e9a4aa295b34bfb0 to your computer and use it in GitHub Desktop.
Save seandearnaley/112542406c8495f1e9a4aa295b34bfb0 to your computer and use it in GitHub Desktop.
identify example
const cuckoosCallingBook = {
__typename: 'Book',
isbn: '031648637X',
title: "The Cuckoo's Calling",
author: {
__typename: 'Author',
name: 'Robert Galbraith',
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment