Go to file
noah metz f8dad12fdb Got some basic node resolving working 2024-03-09 22:09:40 -07:00
cmd/graphiql Got some basic node resolving working 2024-03-09 22:09:40 -07:00
.gitignore
.gitmodules
LICENSE
Makefile
context.go Got some basic node resolving working 2024-03-09 22:09:40 -07:00
db.go Got some basic node resolving working 2024-03-09 22:09:40 -07:00
event.go Basic gql functionality, need to work on resolving nodeIDs by sending/waiting for read signals 2024-03-08 17:43:30 -07:00
event_test.go Rewrote serialization 2024-03-08 00:22:51 -07:00
extension.go Major cleanup 2024-03-04 17:30:42 -07:00
go.mod Started graphql and serialization come together 2024-03-04 21:30:11 -07:00
go.sum Started graphql and serialization come together 2024-03-04 21:30:11 -07:00
gql.go Got some basic node resolving working 2024-03-09 22:09:40 -07:00
gql_node.go Got some basic node resolving working 2024-03-09 22:09:40 -07:00
gql_test.go
graph_test.go Major cleanup 2024-03-04 17:30:42 -07:00
listener.go Major cleanup 2024-03-04 17:30:42 -07:00
lockable.go Basic gql functionality, need to work on resolving nodeIDs by sending/waiting for read signals 2024-03-08 17:43:30 -07:00
lockable_test.go Fixed race condition with load order 2024-03-04 22:11:40 -07:00
log.go
message.go Major cleanup 2024-03-04 17:30:42 -07:00
node.go Basic gql functionality, need to work on resolving nodeIDs by sending/waiting for read signals 2024-03-08 17:43:30 -07:00
node_test.go Rewrote serialization 2024-03-08 00:22:51 -07:00
serialize.go Basic gql functionality, need to work on resolving nodeIDs by sending/waiting for read signals 2024-03-08 17:43:30 -07:00
serialize_test.go Added graphiql command, fixed map GQL naming, and made serialization interface use generics 2024-03-08 14:35:23 -07:00
signal.go Basic gql functionality, need to work on resolving nodeIDs by sending/waiting for read signals 2024-03-08 17:43:30 -07:00