Skip to content

Instantly share code, notes, and snippets.

@abe-source
Created August 29, 2024 06:05
Show Gist options
  • Save abe-source/80c673529eb549fe988618e4b4e2fb1c to your computer and use it in GitHub Desktop.
Save abe-source/80c673529eb549fe988618e4b4e2fb1c to your computer and use it in GitHub Desktop.
if (requestResponse.request().contains("graphql", false))
{
requestResponse.annotations().setHighlightColor(HighlightColor.YELLOW);
requestResponse.annotations().setNotes("- GRAPHQL Endpoint");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment