Skip to content

Instantly share code, notes, and snippets.

@feus4177
Created October 1, 2017 02:56
Show Gist options
  • Save feus4177/4f682fc9613f99bc289a3d6e00d73396 to your computer and use it in GitHub Desktop.
Save feus4177/4f682fc9613f99bc289a3d6e00d73396 to your computer and use it in GitHub Desktop.
Updated GraphQL query using OrderTableRelay_order fragment.
const manageOrdersQuery = graphql`
query ManageOrdersRelayQuery {
orders(first: 10){
edges {
node {
...OrderTableRelay_order
}
}
}
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment