We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec346c commit 8b12b0cCopy full SHA for 8b12b0c
1 file changed
src/readme.graph.md
@@ -409,9 +409,9 @@ directive:
409
- from: 'openapi-document'
410
where: $.paths..operationId
411
transform: |
412
- return ($.endsWith("ByRef")) ? $.replace("_", "Ref_") : $
+ return ($.endsWith("ByRef")) ? $.replace("_", "GraphRef_") : $
413
- where:
414
- subject: ^(\w*[a-z])Ref([A-Z]\w*)$
+ subject: ^(\w*[a-z])GraphRef([A-Z]\w*)$
415
set:
416
subject: $1$2ByRef
417
# Remove *ByRef commands
0 commit comments