Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 553 Bytes

client.ResponseLike.md

File metadata and controls

33 lines (18 loc) · 553 Bytes

graphql-http / client / ResponseLike

Interface: ResponseLike

client.ResponseLike

Concrete interface a response needs to implement for the client.

Table of contents

Properties

Properties

ok

Readonly ok: boolean


status

Readonly status: number


statusText

Readonly statusText: string