Skip to content

Instantly share code, notes, and snippets.

@ummdorian
Created February 21, 2020 00:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ummdorian/ee9d49a7670ca7ed72047f51be3e0295 to your computer and use it in GitHub Desktop.
Save ummdorian/ee9d49a7670ca7ed72047f51be3e0295 to your computer and use it in GitHub Desktop.
{
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