Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/src/services/graphql.ts>Graphql

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
class Graphql
extends Service
import { Graphql } from "https://deno.land/x/appwrite@8.0.0/src/services/graphql.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.