File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
packages/openapi-to-graphql/test/fixtures Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 1481
1481
},
1482
1482
"links" : {
1483
1483
"Author" : {
1484
- "$ref" : " ThisIsHereAndFormattedThisWayBecauseOfAnIssueWithADependency" ,
1485
1484
"operationRef" : " Example API 3#/paths/~1authors~1{authorId}/get" ,
1486
1485
"parameters" : {
1487
1486
"authorId" : " $request.path.username"
1575
1574
}
1576
1575
},
1577
1576
"ReviewsWithOperationRef" : {
1578
- "$ref" : " ThisIsHereAndFormattedThisWayBecauseOfAnIssueWithADependency" ,
1579
1577
"operationRef" : " #/paths/~1products~1{id}~1reviews/get" ,
1580
1578
"parameters" : {
1581
1579
"id" : " $request.path.product-id" ,
Original file line number Diff line number Diff line change 216
216
},
217
217
"links" : {
218
218
"Employee" : {
219
- "$ref" : " ThisIsHereAndFormattedThisWayBecauseOfAnIssueWithADependency" ,
220
219
"operationRef" : " Example API#/paths/~1users~1{username}/get" ,
221
220
"parameters" : {
222
221
"username" : " $request.path.authorId"
You can’t perform that action at this time.
0 commit comments