-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TASK: Updating RAML types, Postman and OAS definition
- Loading branch information
Auto Mation
committed
Mar 25, 2024
1 parent
d6c4e8c
commit d203a7e
Showing
9 changed files
with
346 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
@startuml | ||
|
||
hide empty fields | ||
hide empty methods | ||
legend | ||
|= |= line | | ||
|<back:black> </back>| inheritance | | ||
|<back:green> </back>| property reference | | ||
|<back:blue> </back>| discriminated class | | ||
endlegend | ||
interface GraphQLLockedFieldError [[GraphQLLockedFieldError.svg]] extends GraphQLErrorObject { | ||
code: String | ||
field: String | ||
} | ||
interface GraphQLErrorObject [[GraphQLErrorObject.svg]] { | ||
code: String | ||
} | ||
|
||
|
||
|
||
|
||
|
||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
@startuml | ||
|
||
hide empty fields | ||
hide empty methods | ||
legend | ||
|= |= line | | ||
|<back:black> </back>| inheritance | | ||
|<back:green> </back>| property reference | | ||
|<back:blue> </back>| discriminated class | | ||
endlegend | ||
interface LockedFieldError [[LockedFieldError.svg]] extends ErrorObject { | ||
code: String | ||
message: String | ||
field: String | ||
} | ||
interface ErrorObject [[ErrorObject.svg]] { | ||
code: String | ||
message: String | ||
} | ||
|
||
|
||
|
||
|
||
|
||
@enduml |
Oops, something went wrong.