Interface GraphQLConnection

  • All Superinterfaces:
    java.lang.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 Detail

      • graphql

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

        GraphQLSchemaManager schemas()
        Returns the manager for GraphQL schemas
        Returns:
        the manager for GraphQL schemas