We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Server / GraphQL
0.16.0.dev0
When you define an attribute as unique on a node in the schema, it is not listed as a uniqueness_constraint in the schema view.
uniqueness_constraint
The attribute that is defined as unique would be listed as one of the uniqueness_constraints
--- version: "1.0" nodes: - name: Customer namespace: Testing attributes: - name: name kind: Text optional: false unique: true
No response
The text was updated successfully, but these errors were encountered:
ajtmccarty
No branches or pull requests
Component
API Server / GraphQL
Infrahub version
0.16.0.dev0
Current Behavior
When you define an attribute as unique on a node in the schema, it is not listed as a
uniqueness_constraint
in the schema view.Expected Behavior
The attribute that is defined as unique would be listed as one of the uniqueness_constraints
Steps to Reproduce
Additional Information
No response
The text was updated successfully, but these errors were encountered: