Skip to content

Latest commit

 

History

History
110 lines (106 loc) · 7.18 KB

README.md

File metadata and controls

110 lines (106 loc) · 7.18 KB

Classes

GraphandClient

Base Graphand Client class

GraphandClient
GraphandModel

Base GraphandModel class. You can create your own custom models by extending this class.

GraphandModel
GraphandModelList
GraphandPlugin

Base Plugin class. You can extend this class to create your own plugins

AccountGraphandModel

Account model. Use client.getModel("Account") to use this model

AggregationGraphandModel

Aggregation model. Use client.getModel("Aggregation") to use this model

DataGraphandModel

Data model. Base class for Data models. Use client.getModel("Data:{slug")} to use the data model with slug

DataFieldGraphandModel

DataField model. Use client.getModel("DataField") to use this model

DataModelGraphandModel

DataModel model. Use client.getModel("DataModel") to use this model

EnvironmentGraphandModel

Environment model. Use client.getModel("Environment") to use this model

EsMappingGraphandModel

EsMapping model. Use client.getModel("EsMapping") to use this model

LogGraphandModel

Log model. Use client.getModel("Log") to use this model

MediaGraphandModel

Media model. Use client.getModel("Media") to use this model

ModuleGraphandModel

Module model. Use client.getModel("Module") to use this model

OrganizationGraphandModel

Organization model. Use client.getModel("Organization") to use this model

OrgInvitationGraphandModel
ProjectGraphandModel

Project model. Use client.getModel("Project") to use this model

RestrictionGraphandModel

Restriction model. Use client.getModel("Restriction") to use this model

RoleGraphandModel

Role model. Use client.getModel("Role") to use this model

RuleGraphandModel

Rule model. Use client.getModel("Rule") to use this model

SockethookGraphandModel

Sockethook model. Use client.getModel("Sockethook") to use this model

SockethookGraphandModel

Sockethook model. Use client.getModel("Sockethook") to use this model

TokenGraphandModel

Token model. Use client.getModel("Token") to use this model

UserGraphandModel

User model. Use client.getModel("User") to use this model

WebhookGraphandModel

Webhook model. Use client.getModel("Webhook") to use this model

Typedefs

ClientOptions

Graphand client options

GraphandModelHookHandler* | void
Query

Model fetching options

Update

Model updating options for update

FetchOptions

Model fetching options

ModelScopes

Model fetching options

ModelListOptions

Model getList options

MediaUrlOptions

getUrl options