grafbase-hooks 0.4.1

An SDK to implement hooks for the Grafbase Gateway
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod edge_node_post_execution_arguments;
mod edge_post_execution_arguments;
mod edge_pre_execution_arguments;
mod node_pre_execution_arguments;
mod parent_edge_post_execution_arguments;

pub use edge_node_post_execution_arguments::EdgeNodePostExecutionArguments;
pub use edge_post_execution_arguments::EdgePostExecutionArguments;
pub use edge_pre_execution_arguments::EdgePreExecutionArguments;
pub use node_pre_execution_arguments::NodePreExecutionArguments;
pub use parent_edge_post_execution_arguments::ParentEdgePostExecutionArguments;