This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
develop
/
digimeta-MultiSaas
Watch
12
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
149
Wiki
Activity
Browse Source
1, graphQl修改接口名
tags/B.2.6.7_20240112_base
yk
1 year ago
parent
78846698ae
commit
bcdcf6e328
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
xueyi-modules/xueyi-system/src/main/resources/graphql/visitRecords.graphqls
+1
-1
xueyi-modules/xueyi-system/src/main/resources/graphql/visitor.graphqls
+ 1
- 1
xueyi-modules/xueyi-system/src/main/resources/graphql/visitRecords.graphqls
View File
@@ -19,7 +19,7 @@ input VisitRecordInput {
}
extend type Mutation {
stor
eVisitRecord(
creat
eVisitRecord(
input:VisitRecordInput!
): Boolean
+ 1
- 1
xueyi-modules/xueyi-system/src/main/resources/graphql/visitor.graphqls
View File
@@ -22,7 +22,7 @@ input VisitorInput {
}
extend type Mutation {
stor
eVisitor(
creat
eVisitor(
input: VisitorInput!
): Boolean
Write
Preview
Loading…
Cancel
Save