Interface GraphQLConnection

All Superinterfaces:
AutoCloseable, Connection

public interface GraphQLConnection extends Connection

Extends the standard SNARL Connection exposing the GraphQL query support.

Since:
5.1
Version:
5.1
Author:
Evren Sirin
  • Method Details

    • graphql

      GraphQLQuery graphql(String theQuery)
      Create a GraphQL query against the database
      Parameters:
      theQuery - the query string
    • schemas

      Returns the manager for GraphQL schemas
      Returns:
      the manager for GraphQL schemas