Skip to main content

Class: GCIPUserService

Defined in: service/GCIPUserService.ts:25

Backwards-compatible class form. New code should call gCIPUserService(client).

Constructors

Constructor

new GCIPUserService(client): GCIPUserService

Defined in: service/GCIPUserService.ts:27

Parameters

client

GraphQLClient

Returns

GCIPUserService

Methods

getGCIPUser()

getGCIPUser(id): Promise<IBaseUser>

Defined in: service/GCIPUserService.ts:32

Retrieve GCIP user by ID

Parameters

id

number

The user ID to retrieve

Returns

Promise<IBaseUser>