import strawberry


@strawberry.type
class CommonError:
    message: str


@strawberry.type
class CommonMessage:
    message: str