class Graphql extends Serviceimport { Graphql } from "https://deno.land/x/appwrite@12.1.0/src/services/graphql.ts"; ConstructorsnewGraphql(client: Client)Methodsmutation(query: object): Promise<Response>GraphQL endpoint Execute a GraphQL mutation. query(query: object): Promise<Response>GraphQL endpoint Execute a GraphQL mutation.