Class QueryParser


  • public class QueryParser
    extends Object
    • Method Detail

      • fromRequest

        @Nullable
        public static @Nullable org.apache.sling.graphql.core.servlet.QueryParser.Result fromRequest​(@NotNull
                                                                                                     @NotNull org.apache.sling.api.SlingHttpServletRequest request)
                                                                                              throws IOException
        Throws:
        IOException
      • fromJSON

        public static org.apache.sling.graphql.core.servlet.QueryParser.Result fromJSON​(String json)
                                                                                 throws IOException
        Throws:
        IOException