Files
traefik-confman/api/schema/definitions/common.py
2022-05-29 00:31:32 +02:00

12 lines
130 B
Python

import strawberry
@strawberry.type
class CommonError:
message: str
@strawberry.type
class CommonMessage:
message: str