Skip to content

Commit

Permalink
Add graphql reactive engine sig
Browse files Browse the repository at this point in the history
  • Loading branch information
vpellan committed Jun 5, 2024
1 parent f7348d9 commit 72742ed
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sig/datadog/appsec/contrib/graphql/reactive/execute.rbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module Datadog
module AppSec
module Contrib
module GraphQL
module Reactive
module Execute
end
end
end
end
end
end
17 changes: 17 additions & 0 deletions sig/datadog/appsec/contrib/graphql/reactive/resolve.rbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module Datadog
module AppSec
module Contrib
module GraphQL
module Reactive
module Resolve
ADDRESSES: ::Array[String]

def self.publish: (Datadog::AppSec::Reactive::Operation op, Datadog::AppSec::Contrib::Rack::Gateway::Request gateway_resolve) -> boolish

def self.subscribe: (Datadog::AppSec::Reactive::Operation op, Datadog::AppSec::Contrib::GraphQL::Gateway::Resolve waf_context) -> void
end
end
end
end
end
end

0 comments on commit 72742ed

Please sign in to comment.