最佳答案
I have a graphql schema, a fragment of which looks like this:
type User {
username: String!
password: String!
}
In graphiql, there is a description field, but it always says "self-descriptive". How do I add descriptions to the schema?