class Client (View source)

Class Client

Methods

__construct(string $key, string $secret)

Client construct

array
request(Model $model)

Request graphQL

Details

__construct(string $key, string $secret)

Client construct

Need to setup the GorillaDash Organisation Key/secret. You can get those information from Organisation Setting / Connections in GorillaDash platform.

Parameters

string $key GorillaDash Organisation Key
string $secret GorillaDash Organisation Secret

array request(Model $model)

Request graphQL

Parameters

Model $model

Return Value

array

Exceptions

GuzzleException