INPUT_OBJECT

UpdateLWATokenInput

Exchanges one of two auth inputs for an AccessToken and RefreshToken.

link GraphQL Schema definition

1input UpdateLWATokenInput {
4
2# Either an AuthorizationCode or a RefreshToken.
3grant: String!
7
5# The type of grant provided.
6grantType: GrantType!
8}