How to reflect authorization in the graphql schema

I see plenty on graphql authorization code on the server side, but I am still looking and haven’t found anything regarding how to show the required headers/auth in the schema itself. How do clients know what they need to send for a given api based on just looking at the schema? You can do this in openapi easily, not seeing it in graphql. Thanks in advance.