Skip to content

Commit 4385ecb

Browse files
feat(audits/server): Server response in failing audits (#39)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8716392 commit 4385ecb

File tree

14 files changed

+7588
-1355
lines changed

14 files changed

+7588
-1355
lines changed

docs/interfaces/audits_common.AuditFail.md

+7
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ is therefore not compliant.
1717

1818
- [name](audits_common.AuditFail.md#name)
1919
- [reason](audits_common.AuditFail.md#reason)
20+
- [response](audits_common.AuditFail.md#response)
2021
- [status](audits_common.AuditFail.md#status)
2122

2223
## Properties
@@ -33,6 +34,12 @@ ___
3334

3435
___
3536

37+
### response
38+
39+
**response**: `Response`
40+
41+
___
42+
3643
### status
3744

3845
**status**: ``"warn"`` \| ``"error"``

implementations/apollo-server/README.md

+1,068-104
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)