graphql-http / audits/server
▸ auditServer(opts
): Promise
<AuditResult
[]>
Performs the full list of server audits required for GraphQL over HTTP spec conformance.
Please consult the AuditResult
for more information.
Name | Type |
---|---|
opts |
ServerAuditOptions |
Promise
<AuditResult
[]>
▸ serverAudits(opts
): Audit
[]
List of server audits required to check GraphQL over HTTP spec conformance.
Name | Type |
---|---|
opts |
ServerAuditOptions |
Audit
[]