ApprovedAuthenticationFragment: {
    __typename: "ApprovedAuthentication";
    authorizationId: string;
    browser: string | null;
    createdAt: string;
    device: string | null;
    expiresAt: string;
    origin: string | null;
    os: string | null;
    updatedAt: string;
}

Type declaration

  • __typename: "ApprovedAuthentication"
  • authorizationId: string
  • browser: string | null
  • createdAt: string
  • device: string | null
  • expiresAt: string
  • origin: string | null
  • os: string | null
  • updatedAt: string