Go to file
noah metz 76512afd4e First pass of gql read permission 2023-07-21 19:16:30 -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 Removed types from context 2023-07-21 18:18:26 -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 GetResolveContext 2023-07-21 18:51:42 -06:00
gql_interfaces.go Removed types from context 2023-07-21 18:18:26 -06:00
gql_mutation.go First pass of gql read permission 2023-07-21 19:16:30 -06:00
gql_query.go First pass of gql read permission 2023-07-21 19:16:30 -06:00
gql_resolvers.go First pass of gql read permission 2023-07-21 19:16:30 -06:00
gql_subscribe.go First pass of gql read permission 2023-07-21 19:16:30 -06:00
gql_test.go Added Singleton and Field to simplify GQL definitions 2023-07-21 17:49:19 -06:00
gql_types.go Removed types from context 2023-07-21 18:18:26 -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 First pass of gql read permission 2023-07-21 19:16:30 -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