Created
February 21, 2020 00:14
-
-
Save ummdorian/ee9d49a7670ca7ed72047f51be3e0295 to your computer and use it in GitHub Desktop.
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
{ | |
redirectQuery(filter: {}) { | |
entities { | |
... on RedirectRedirect { | |
redirectSource { | |
path | |
query | |
} | |
redirectRedirect { | |
uri | |
title | |
options | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment