How to get the query string parameters with NodeJS Routes

I’m trying to get the query string parameter for a Node JS page.

I set up my route:
Screen Shot 2020-11-24 at 7.18.52 AM

I set up a parameter:

When I try to select my query string - the query string option isn’t available like it is in PHP.

Community Page
Last updated: