Skip to content

@directives modeling #2

@blochaou

Description

@blochaou

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions