| 1234567891011121314151617 |
- # Generated by ariadne-codegen
- # Source: tools/graphql_codegen/api/
- from __future__ import annotations
- from typing import Optional
- from wandb._pydantic import GQLResult
- from .fragments import UserFragment
- class GetViewer(GQLResult):
- viewer: Optional[UserFragment]
- GetViewer.model_rebuild()
|