Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

/**
* This field visibility will prevent Introspection queries from being performed. Technically this puts your
* system in contravention of the specification - http://facebook.github.io/graphql/#sec-Introspection but some
* production systems want this lock down in place.
* system in contravention of <a href="https://spec.graphql.org/October2021/#sec-Introspection">the specification</a>
* but some production systems want this lock down in place.
*/
@PublicApi
public class NoIntrospectionGraphqlFieldVisibility implements GraphqlFieldVisibility {
Expand Down