12 lines
130 B
Python
12 lines
130 B
Python
import strawberry
|
|
|
|
|
|
@strawberry.type
|
|
class CommonError:
|
|
message: str
|
|
|
|
|
|
@strawberry.type
|
|
class CommonMessage:
|
|
message: str
|