Class BlockedFields

  • All Implemented Interfaces:
    GraphqlFieldVisibility

    @PublicApi
    public class BlockedFields
    extends java.lang.Object
    implements GraphqlFieldVisibility
    This helper class will take a list of regular expressions and match them against the fully qualified name of a type and its fields. So for example an object type called "User" with an inner field called "firstName" will have a fully qualified name of "User.firstName" in terms of pattern matching. Remember that graphql type and fields names MUST be inside the name space "[_A-Za-z][_0-9A-Za-z]*"