feat: graphql (#14)

Co-authored-by: Florent Champigny <florent@bere.al>
This commit is contained in:
Florent CHAMPIGNY 2025-07-31 23:09:40 +02:00 committed by GitHub
parent 7b502a21d0
commit cf1f96bc3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
81 changed files with 2539 additions and 155 deletions

View file

@ -45,6 +45,14 @@ object Protocol {
}
}
object GraphQl {
const val Plugin = "graphql"
object Method {
const val LogNetworkCall = "logNetworkCall"
}
}
object GRPC {
const val Plugin = "gRPC"