effect-schema-viz
    Preparing search index...

    Function graphSchemas

    • Compile the given Effect/Schema object types found among the given schemas, and add them to a new graph. Errors that prevented object types from being added to the graph will be added as error nodes.

      Parameters

      Returns (schemas: readonly [All, All]) => Effect<RootGraphModel>

      A new graph that where the given object types have been added as nodes, or if they failed to compile, as error nodes.

        • (schemas: readonly [All, All]): Effect<RootGraphModel>
        • Array of Effect/Schema object type schemas to add to graph.

          Parameters

          • schemas: readonly [All, All]

          Returns Effect<RootGraphModel>