Go to file
noah metz 551370e541 Split gql_graph.go to gql_*.go 2023-07-21 15:16:35 -06:00
.gitignore Added .gitignore and Makefile 2023-04-08 14:09:25 -06:00
LICENSE Added AGPLv3 LICENSE 2023-07-10 22:39:37 -06:00
context.go Fixed mutation names 2023-07-21 14:00:45 -06:00
go.mod Add UseMoreStates and UpdateMoreStates that should only be called from eachother 2023-06-28 21:49:23 -06:00
go.sum intermediary 2023-06-22 15:50:42 -06:00
gql.go Added ExtractParam and ExtractID 2023-07-21 14:28:53 -06:00
gql_mutation.go Split gql_graph.go to gql_*.go 2023-07-21 15:16:35 -06:00
gql_query.go Split gql_graph.go to gql_*.go 2023-07-21 15:16:35 -06:00
gql_resolvers.go Split gql_graph.go to gql_*.go 2023-07-21 15:16:35 -06:00
gql_subscribe.go Split gql_graph.go to gql_*.go 2023-07-21 15:16:35 -06:00
gql_test.go Updated test to use PerTagPolicy with default gql user tag 2023-07-21 13:56:44 -06:00
gql_types.go Split gql_graph.go to gql_*.go 2023-07-21 15:16:35 -06:00
graph_test.go GQLUser improvement 2023-07-20 00:24:22 -06:00
lockable.go Added more to policy, and updated lockable to use better IDs 2023-07-21 00:02:53 -06:00
lockable_test.go Changed NodeID from string to UUID, filled in more auth 2023-07-19 20:03:13 -06:00
log.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
node.go Changed ACL to get passed entire node attempting action instead of just ID 2023-07-21 13:34:47 -06:00
policy.go Added PerTagPolicy 2023-07-21 13:55:27 -06:00
signal.go Moved StartChild mutation to graphvent 2023-07-21 13:59:52 -06:00
thread.go Moved ThreadStartChild to graphvent 2023-07-21 14:05:39 -06:00
thread_test.go Started to add authentication for GQL endpoint 2023-07-19 14:45:05 -06:00
user.go Added SimplePolicy 2023-07-21 13:33:04 -06:00