Created
August 11, 2017 19:43
-
-
Save jdjkelly/6121f9e723c8c8bd3a996b05a886044f to your computer and use it in GitHub Desktop.
schema.flow.js
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
/* @flow */ | |
// interfaces/schema.flow.js | |
// This file was automatically generated and should not be edited. | |
export type DemoQueryQueryVariables = {| | |
id: string, | |
|}; | |
export type DemoQueryQuery = {| | |
order: ? {| | |
id: string, | |
buyer: {| | |
id: string, | |
name: string, | |
|}, | |
|}, | |
|};⏎ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment