-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
@directives modeling #2
Comments
You need to use Tags or Constraints for directives Tags are visible If I recall ;-) |
Hi |
Hi
` Regards |
that's right, I forgot about contraints without parameters. Thank you |
Hi
I try to model @unique directive with this extension. I try to use tags as in the documentation but any directive is generated.
i designed:
id: ID[1] {unique}
I expected:
`
type Client {
}
I got:
type Client {
}
`
Please any help.
The text was updated successfully, but these errors were encountered: