workos-go icon indicating copy to clipboard operation
workos-go copied to clipboard

Add "warnings" field to FGA query and check response

Open atainter opened this issue 8 months ago • 0 comments

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 version
  • MissingContextKeysWarning - missing context keys found while evaluating policies in the check / query request
  • ConvertSchemaWarning - validation failed for schema [not used with check / query]

atainter avatar May 09 '25 23:05 atainter