workos-go
workos-go copied to clipboard
Add "warnings" field to FGA query and check response
Description
Adds warnings field to the FGA check and query responses. Warnings is a slice of WarningWrapper that contain a specific warning type. Warning types include:
BaseWarning- catch all for warnings not supported by the current SDK versionMissingContextKeysWarning- missing context keys found while evaluating policies in the check / query requestConvertSchemaWarning- validation failed for schema [not used with check / query]