SlatesClient
@tribeplatform/gql-client / Modules / clients / SlatesClient
#
Class: SlatesClientclients.SlatesClient
#
Table of contents#
Constructors#
Methods#
Constructors#
constructor• new SlatesClient(client
)
#
ParametersName | Type |
---|---|
client | GraphqlClient |
#
Defined inpackages/client/src/clients/slates.client.ts:8
#
Methods#
update▸ update(variables
, fields?
, accessToken?
): Promise
<Slate
[]>
#
ParametersName | Type | Default value |
---|---|---|
variables | MutationUpdateSlatesArgs | undefined |
fields | "all" | 'all' |
accessToken? | string | undefined |
#
ReturnsPromise
<Slate
[]>