How to Return All Fields for a GraphQL Query

A frequent GraphQL question is how to return all fields in a GraphQL query without specifying them all; see here or here or here. The conversation typically goes like this: Q: “How can I...