Skip to main content
Module

x/appwrite/mod.ts>Graphql

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
class Graphql
extends Service
Re-export
import { Graphql } from "https://deno.land/x/appwrite@6.2.1/mod.ts";

Constructors

new
Graphql(client: Client)

Methods

mutation(query: object): Promise<Response>

GraphQL Endpoint

Execute a GraphQL mutation.

query(query: object): Promise<Response>

GraphQL Endpoint

Execute a GraphQL mutation.