Currently it is not possible to add custom field visibility according to https://www.graphql-java.com/documentation/v15/fieldvisibility/
graphql.kickstart.tools.SchemaParserBuilder does not expose a setting for custom field visibility, nor does it
expose the internals (GraphQLCodeRegistry.Builder) allowing you to set this yourself.