Class SchemaPrinter


  • @PublicApi
    public class SchemaPrinter
    extends java.lang.Object
    This can print an in memory GraphQL schema back to a logical schema definition
    • Field Detail

      • ExcludeGraphQLSpecifiedDirectivesPredicate

        public static final java.util.function.Predicate<java.lang.String> ExcludeGraphQLSpecifiedDirectivesPredicate
        This predicate excludes all directives which are specified by the GraphQL Specification. Printing these directives is optional.
    • Constructor Detail

      • SchemaPrinter

        public SchemaPrinter()