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 {
id: ID! @unique
police: String
nom: String
prenom: String
}
I got:
type Client {
id: ID!
police: String
nom: String
prenom: String
}
`
Please any help.
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.