Skip to content

How do I add a schema directive? #6552

Answered by michaelstaib
willmarriott asked this question in Q&A
Discussion options

You must be logged in to vote
builder.Services
    .AddGraphQLServer()
    .AddTypes()
    .SetSchema(c => c.Directive(...));

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@willmarriott
Comment options

Answer selected by michaelstaib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants