OBJECT

LoginDevicePayload

link GraphQL Schema definition

  • type LoginDevicePayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • refreshToken: String
  • token: String
  • }