Enda
Enda
* **Module**: `@graphback/keycloak-authz` * **Version**: 1.0.0-beta* According to the [Keycloak-Authz Relationship Authorization documentation](https://graphback.dev/docs/next/authentication/keycloak/#relationships-autorization) I can apply authorization restrictions on one-to-many fields, like the example below: ```ts const authConfig = {...
* **Module**: `@graphback/datasync`, `@graphback/codegen-schema` * **Version**: * * **Node.js / npm versions:** When CRUD flags are disabled, input types are not generated and are unavailable to non-core plugins: ```shell Cannot...
The only way to make a `@oneToOne` field truly 1:1 is by also adding `@unique`. ```graphql """@model""" type User { id: ID name: String """ @oneToOne @unique """ note: Note...
## Problem This creates a `user.details_id` column in the database, and enables relation data fetching when querying the User model. ```gql @model type User { id: ID! """ @oneToOne key:...
## Overview Graphback gives capability to customise database column name during database generation with the `@db.name` annotation. See [Changing column names in graphback](https://graphback.dev/docs/database-schema-migrations#changing-column-names-in-graphback). Graphback does not offer a simple way...
Currently this engine throws an error if a topic does not exist. This happens within the PubSub library on user application, not in Kafka server). It is possible to configure...
This PR adds the necessary configurations for each template to work with Graphback. [Graphback](https://graphback.dev/) generates your GraphQL schema, resolvers and database and provides a set of runtime libraries to connect...
## Description **Version**: 0.39.0 The user that I am logged in as can either create eval Kafka instances or standard ones. Not all regions are available for all instance types....
```shell $ rhoas service-registry rule enable ? Rule type: validity ? Config: full ? Artifact ID: jfd ? Group: sdkf Enabling "validity" rule with configuration "full" for the artifact with...
What would be your thoughts on adding support to compare the current schema with the previous schema? This could make it easier to validate (e.g. does the previous schema match...