strawberry-graphql / strawberry

A GraphQL library for Python that leverages type annotations 🍓
https://strawberry.rocks
MIT License
3.94k stars 520 forks source link

Expore schema directives in schema introspection API #3305

Open Voldemat opened 9 months ago

Voldemat commented 9 months ago

Add schema directives in schema introspection API

Feature Request Type

Description

Right now strawberry doesn`t expose schema directives usage to schema, only declaration. So you can look whatever such schema directive defined on server, but you can`t look where it is used.

Upvote & Fund

Fund with Polar

patrick91 commented 9 months ago

@Voldemat can you show an example of what you mean? 😊

Just to make we are talking about schema directives and not operation directives :)