github.com/animeshon/gqlgen@v0.13.1-0.20210304133704-3a770431bb6d/example/type-system-extension/schemas/type-extension.graphql (about) 1 directive @fieldLogging on FIELD_DEFINITION 2 3 extend type Todo { 4 verified: Boolean! @fieldLogging 5 }