Skip to main content
Version: Next

Explicitly including entities

@platformatic/sql-openapi allows for specifying entities to be included. Note: using the include option will ignore any unspecified entities in the schema.

To include entities:

app.register(require('@platformatic/sql-openapi'), {
include: {
category: true
}
})