Skip to main content

Module metadata

Module metadata 

Source
Expand description

fraiseql schema metadata — display field-level security metadata from a running server.

Fetches GET /api/v1/schema/metadata and renders the result as an aligned table:

Field       Encrypted  Scope     On Deny
----------  ---------  --------  -------
User.email  true       -         -
User.ssn    -          read:pii  mask

Functions§

format_table
Render field security metadata as an aligned plain-text table.
run
Fetch schema metadata from server_url and print as a formatted table.