Skip to content

basebox GraphQL Directives

basebox uses GraphQL schema directives to extend the capabilities of GraphQL schemas. This page lists all basebox specific directives, or extensions.

Available Directives

@bb_owned

Mark an object type as owned.

@bb_primarykey

Mark an object's field to be a primary key in the created database.

@bb_resolver

Specify how to resolve a GraphQL operation.

@currentUserId

Placeholder for the ID of the current user.