Created
February 19, 2020 05:40
-
-
Save seandearnaley/112542406c8495f1e9a4aa295b34bfb0 to your computer and use it in GitHub Desktop.
identify example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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