How do I use my OAUTH token when building a query in Query Library?

More specifically, I've created a GraphQL resource that uses the "magic placeholder" OAUTH2_TOKEN bearer token:

Now I want to use that resource in a query, but I can't get the token to populate so my query runs correctly.