mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-10 02:06:40 +00:00
feat: graphql (#14)
Co-authored-by: Florent Champigny <florent@bere.al>
This commit is contained in:
parent
7b502a21d0
commit
cf1f96bc3c
81 changed files with 2539 additions and 155 deletions
|
|
@ -45,6 +45,14 @@ object Protocol {
|
|||
}
|
||||
}
|
||||
|
||||
object GraphQl {
|
||||
const val Plugin = "graphql"
|
||||
|
||||
object Method {
|
||||
const val LogNetworkCall = "logNetworkCall"
|
||||
}
|
||||
}
|
||||
|
||||
object GRPC {
|
||||
const val Plugin = "gRPC"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue