Add api version (#3536)

This commit is contained in:
kesonan
2023-09-02 09:45:48 +08:00
committed by GitHub
parent e95861f28a
commit c4ef9ceb68

View File

@@ -1,3 +1,5 @@
syntax = "v1"
type Request {
Name string `path:"name,options=you|me"`
}