Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Authentication

Authentication: { token: string }

Use an Authentication scheme to perform operations on behalf of a client. see https://developers.joinblvd.com/2020-01/client-api/authentication for details of how to generate a signed client token

Type declaration

  • token: string

UpdateClientInput

UpdateClientInput: { dob?: Maybe<Scalars["Date"]>; email?: Maybe<Scalars["Email"]>; firstName?: Maybe<Scalars["String"]>; lastName?: Maybe<Scalars["String"]>; mobilePhone?: Maybe<Scalars["PhoneNumber"]>; pronoun?: Maybe<Scalars["String"]> }

Type declaration

Generated using TypeDoc