Nicolas Lagoutte
Nicolas Lagoutte
Hello! I've just learned of this [new feature](https://github.com/confluentinc/schema-registry/pull/1280) of Schema Registry (see some usage [here](https://github.com/confluentinc/schema-registry/issues/1439)). I'm not entirely certain around when that feature has been/will be released but I imagine...
**Is your feature request related to a problem? Please describe.** I find [getFieldsWithDirectives](https://github.com/ardatan/graphql-tools/blob/e3167edc98172fda88ce2306c10c7d4a23d91d67/packages/utils/src/get-fields-with-directives.ts#L49) very useful, if only due to the [directive value parser](https://github.com/ardatan/graphql-tools/blob/e3167edc98172fda88ce2306c10c7d4a23d91d67/packages/utils/src/get-fields-with-directives.ts#L27). I now have a use case which...