Created
October 1, 2017 02:56
-
-
Save feus4177/4f682fc9613f99bc289a3d6e00d73396 to your computer and use it in GitHub Desktop.
Updated GraphQL query using OrderTableRelay_order fragment.
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 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