Go to file
noah metz 230f4a88eb Added control state and game state to Match graphql 2023-06-08 16:48:28 -06:00
.gitignore Added .gitignore and Makefile 2023-04-08 14:09:25 -06:00
Makefile Basic vex Match 2023-06-03 01:38:35 -06:00
event.go Created GQL resource which will act as a graphql server for the attached node and all nodes under it 2023-06-07 00:36:40 -06:00
go.mod Made cancel and abort handlers instead of abort being a special signal type 2023-06-06 23:04:49 -06:00
go.sum Made cancel and abort handlers instead of abort being a special signal type 2023-06-06 23:04:49 -06:00
gql.go Added updateEvent to event tree and tested cancelling the event over graphql 2023-06-08 16:41:51 -06:00
gql_vex.go Added control state and game state to Match graphql 2023-06-08 16:48:28 -06:00
graph.go Added updateEvent to event tree and tested cancelling the event over graphql 2023-06-08 16:41:51 -06:00
main.go Added updateEvent to event tree and tested cancelling the event over graphql 2023-06-08 16:41:51 -06:00
manager.go Added basic gql handler 2023-06-07 20:51:53 -06:00
manager_test.go Created GQL resource which will act as a graphql server for the attached node and all nodes under it 2023-06-07 00:36:40 -06:00
resource.go Moved gql node to own file 2023-06-07 22:46:42 -06:00
vex.go Added arena to gql 2023-06-08 00:36:16 -06:00
vex_test.go Made cancel and abort handlers instead of abort being a special signal type 2023-06-06 23:04:49 -06:00