The default graphql-ruby approach to unauthorized objects is to replace them with null. In order for that to work, the field declarations referring to these types must be null: true
Do you think it is possible to create a cop to make sure that all fields that reference types have null: true?
The default graphql-ruby approach to unauthorized objects is to replace them with null. In order for that to work, the field declarations referring to these types must be
null: trueDo you think it is possible to create a cop to make sure that all fields that reference types have null: true?