18 Commits (c6f8fd9faa44e20ad5efbf05de7f77cb761c6b66)

Author SHA1 Message Date
Gisle Aune 2b05d90f4a graph2: Added Log type and queries, moved loader out of old graphql pkg. 6 years ago
Gisle Aune dac0060155 auth: Replaced old system with api key-based system. 6 years ago
Gisle Aune 9d7fd498a9 Auth: Removed session/auth system from GraphQL API 6 years ago
Gisle Aune e0af2685ee Logs: Moved filtering logic out of GraphQL query resolver to the Log model. 6 years ago
Gisle Aune 3184b60310 GraphQL: Optimized dataloaders by adding a 'priming' mechanic to make fewer trips to the database. 6 years ago
Gisle Aune 20e53b4f5e GraphQL: Fixed stories resolver crashing if filter is nil. 6 years ago
Gisle Aune 2f98be5747 Removed default limit for stories query 6 years ago
Gisle Aune c348a90b70 Fixed nil deref error on no filter, fixed no results 6 years ago
Gisle Aune 132cf28f0f Added category to StoriesFilter 6 years ago
Gisle Aune d5df624188 Added open and unlsited to StoriesFilter 6 years ago
Gisle Aune 0ec923d686 Added logged filter to characters query: character appears in logs. 6 years ago
Gisle Aune ba1c1e0a4b Changed characters graphql query to use the filter format, changed description for files query to match the others' 6 years ago
Gisle Aune 18e77b8205 Changed .gitignore to include new bindata.go location 6 years ago
Gisle Aune d8871259a1 Changed channels graphql query to use filter, added eventName and locationName filters 6 years ago
Gisle Aune 26d7e36631 Changed files graphql query to use a filter argument to look more like other queries. 6 years ago
Gisle Aune 51489ed901 Changed log query's ID parameter to be compulsory 6 years ago
Gisle Aune ed3e384d55 Moved query and mutation resolvers into individual files 6 years ago
Gisle Aune 9455fd960f Moved packages loader, resolver and schema under graphql 6 years ago