Skip to content

Instantly share code, notes, and snippets.

@jdjkelly
Created August 11, 2017 19:43
Show Gist options
  • Save jdjkelly/6121f9e723c8c8bd3a996b05a886044f to your computer and use it in GitHub Desktop.
Save jdjkelly/6121f9e723c8c8bd3a996b05a886044f to your computer and use it in GitHub Desktop.
schema.flow.js
/* @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