{"library":"strawberry-graphql","install":[{"cmd":"pip install strawberry-graphql","imports":["import strawberry\n@strawberry.type","import strawberry\n@strawberry.field","import strawberry\nschema = strawberry.Schema(query=Query)","import strawberry\nid: strawberry.ID","from typing import TYPE_CHECKING, Annotated, List\nimport strawberry\n\nif TYPE_CHECKING:\n    from .posts import Post\n\nposts: List[Annotated[\"Post\", strawberry.lazy(\".posts\")]]","The plugin is now less critical or has changed, review mypy.ini."]},{"cmd":"pip install \"strawberry-graphql[cli]\"","imports":[]},{"cmd":"pip install \"strawberry-graphql[fastapi]\"","imports":[]},{"cmd":"pip install \"strawberry-graphql[django]\"","imports":[]}]}