This is a helper crate for Shisho Cloud workflows to write custom policies.
This is the utility for shisho-policy
which is a derive macro
to allow referring a graphql query as Rust structs.
``` use shisho_datasource::*;
...
query_path = "src/policies/organization/org_owners/query.graphql",
derives = "Debug, PartialEq"
)] pub struct Input;
...
```
graphql-client/graphql_query_derive
schema_path
.