graphql/handler/transport/http_multipart_mixed.go (2 lines): - line 155: // TODO: Remove this wrapper on response once gqlgen supports the 2023 spec - line 280: // TODO: use the "HasNext" status of deferResponses items to determine codegen/config/config.go (1 line): - line 811: // FIXME: using int / int64 for Int is not spec compliant and introduces codegen/config/binder.go (1 line): - line 459: // TODO delete before v1. Backwards compatibility case for named types wrapping strings (see #595) plugin/modelgen/models.go (1 line): - line 652: // TODO: This will be removed in the next breaking release plugin/federation/entity.go (1 line): - line 65: // TODO: From the spec, it seems like if an entity is not resolvable then it should not only not have a resolver, but should not appear in the _Entity union. internal/code/alias.go (1 line): - line 10: // TODO: Drop this function when we drop support for go1.22 graphql/handler/transport/websocket_subprotocol.go (1 line): - line 109: // TODO: should we consider all closure scenarios here for the ws connection? client/incremental_http.go (1 line): - line 109: // TODO: worth checking the deferSpec either to confirm this client _examples/config/todo.resolvers.go (1 line): - line 18: obj.ID = fmt.Sprintf("TODO:%d", obj.DatabaseID) plugin/federation/federation.go (1 line): - line 569: // TODO: support @extends for interfaces _examples/scalars/schema.graphql (1 line): - line 29: isBanned: Banned # TODO: This can be a Boolean again once multiple backing types are allowed client/websocket.go (1 line): - line 55: // TODO: verify this is never called and remove it