This is the core library to write custom policies.
- decision
includes the structs of input data
(=datasource
structs) and output data
(=decsion
results).
- gqlgen
includes the functionalities of converting from geraphql
schema and queries. The original code comes from graphql-client
- schema
includes the string of datasource
graphql query. The schema is generated by the codegen.