selfprivacy-rest-api/selfprivacy_api/graphql/mutations/mutation_interface.py

8 lines
121 B
Python
Raw Normal View History

2022-06-29 17:39:46 +00:00
import strawberry
@strawberry.interface
class MutationReturnInterface:
success: bool
message: str
code: int