Graphql arguments of the resolver, as comma separated string, if it takes some params TODO: not sure if this, or an array of "name, type"?
Graphql description (helper text in your graphql schema)
Resolved field name
The resolver function
NOTE: your function will be wrapped with a permission checker, based on the field "canRead" permissions
Alias for typeName
Return type of the resolver
NOTE: it's an alias for "type"
Generated using TypeDoc
Whether keeping the field or not
if field is "userId" and resolved field is "user", set to true to keep "userId" in the document