Go to file
noah metz 6bfe339854 Modified graphql library to store the result of the last resolution in a subscription and pass it to the next resolution 2023-09-14 15:50:08 -06:00
graphql@92a55bea55 Modified graphql library to store the result of the last resolution in a subscription and pass it to the next resolution 2023-09-14 15:50:08 -06:00
signal Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
.gitignore Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
.gitmodules Modified graphql library to store the result of the last resolution in a subscription and pass it to the next resolution 2023-09-14 15:50:08 -06:00
LICENSE Added AGPLv3 LICENSE 2023-07-10 22:39:37 -06:00
Makefile Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
context.go Passing tests 2023-09-13 10:56:49 -06:00
go.mod Modified graphql library to store the result of the last resolution in a subscription and pass it to the next resolution 2023-09-14 15:50:08 -06:00
go.sum Modified graphql library to store the result of the last resolution in a subscription and pass it to the next resolution 2023-09-14 15:50:08 -06:00
gql.go Modified graphql library to store the result of the last resolution in a subscription and pass it to the next resolution 2023-09-14 15:50:08 -06:00
gql_interfaces.go Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
gql_mutation.go hehe 2023-08-01 20:55:15 -06:00
gql_query.go Modified graphql library to store the result of the last resolution in a subscription and pass it to the next resolution 2023-09-14 15:50:08 -06:00
gql_resolvers.go Simplified gql resolution a bit, need to work on subscriptions 2023-09-13 16:27:55 -06:00
gql_subscribe.go Did most of the work to move node interface creation to GQLExtContext 2023-07-29 18:27:52 -06:00
gql_test.go Modified graphql library to store the result of the last resolution in a subscription and pass it to the next resolution 2023-09-14 15:50:08 -06:00
gql_types.go Cleanup and move away from capnp to custom TLV serialization 2023-08-31 19:50:32 -06:00
graph_test.go Ch-ch-ch-ch-changes 2023-08-31 22:31:29 -06:00
group.go Simplified gql resolution a bit, need to work on subscriptions 2023-09-13 16:27:55 -06:00
listener.go Removed extra methods from ListenerExt 2023-09-12 19:01:35 -06:00
lockable.go Simplified gql resolution a bit, need to work on subscriptions 2023-09-13 16:27:55 -06:00
lockable_test.go Moved serialization to serialize.go and removed n parameter from DeserializeValue 2023-09-05 00:08:09 -06:00
log.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
node.go Modified graphql library to store the result of the last resolution in a subscription and pass it to the next resolution 2023-09-14 15:50:08 -06:00
node_test.go Passing tests 2023-09-13 10:56:49 -06:00
policy.go Moved type registration to signal/extension/policy registration 2023-09-12 20:30:18 -06:00
serialize.go Simplified gql resolution a bit, need to work on subscriptions 2023-09-13 16:27:55 -06:00
serialize_test.go Moved type registration to signal/extension/policy registration 2023-09-12 20:30:18 -06:00
signal.go Moved type registration to signal/extension/policy registration 2023-09-12 20:30:18 -06:00