Interface GraphQLMBean

All Known Implementing Classes:
AbstractGraphQLHttpServlet, GraphQLHttpServlet, OsgiGraphQLHttpServlet

public interface GraphQLMBean
  • Method Details

    • getQueries

      String[] getQueries()
    • getMutations

      String[] getMutations()
    • executeQuery

      String executeQuery(String query)