feat: add operations mutation api for alpine ui
This commit is contained in:
@@ -444,6 +444,7 @@ mod tests {
|
||||
id: OperationId::new("op_rest_runtime"),
|
||||
name: "crm_create_lead".to_owned(),
|
||||
display_name: "Create Lead".to_owned(),
|
||||
category: "sales".to_owned(),
|
||||
protocol: Protocol::Rest,
|
||||
status: OperationStatus::Published,
|
||||
version: 1,
|
||||
@@ -505,6 +506,7 @@ mod tests {
|
||||
id: OperationId::new("op_graphql_runtime"),
|
||||
name: "crm_create_lead_graphql".to_owned(),
|
||||
display_name: "Create Lead GraphQL".to_owned(),
|
||||
category: "sales".to_owned(),
|
||||
protocol: Protocol::Graphql,
|
||||
status: OperationStatus::Published,
|
||||
version: 1,
|
||||
@@ -579,6 +581,7 @@ mod tests {
|
||||
id: OperationId::new("op_grpc_runtime"),
|
||||
name: "echo_unary_grpc".to_owned(),
|
||||
display_name: "Unary Echo gRPC".to_owned(),
|
||||
category: "support".to_owned(),
|
||||
protocol: Protocol::Grpc,
|
||||
status: OperationStatus::Published,
|
||||
version: 1,
|
||||
|
||||
Reference in New Issue
Block a user