Graphql class

The GraphQL API allows you to query and mutate your Appwrite server using GraphQL.

Constructors

Graphql(Client client)
Initializes a Graphql service

Properties

client Client
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

mutation({required Map query}) Future
GraphQL endpoint
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query({required Map query}) Future
GraphQL endpoint
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited