Commit graph

44 commits

Author SHA1 Message Date
Zach Daniel
a820beb474 feat: support embedded resources 2021-01-12 15:14:35 -05:00
Zach Daniel
6f5b081f03 chore: fix linter 2020-12-30 18:00:36 -05:00
Zach Daniel
aabdd4874d fix: in enum filters should be instances of the enum 2020-12-30 17:51:26 -05:00
Zach Daniel
89adb954e3 fix: resolve error with non-required pagination 2020-12-30 13:26:03 -05:00
Zach Daniel
0ca1b770e7 chore: don't parse filter input 2020-12-30 13:10:10 -05:00
Zach Daniel
6dae243a0f fix: properly represent boolean filters 2020-12-30 11:25:26 -05:00
Zach Daniel
539bb14065 feat: filters as input objects 2020-12-29 15:11:16 -05:00
Zach Daniel
9984b19c39 chore: format 2020-12-27 02:05:19 -05:00
Zach Daniel
90b969af2e improvement: update to latest ash 2020-12-27 01:49:35 -05:00
Zach Daniel
e433b57eda fix: resolve testing compilation errors 2020-12-02 00:55:25 -05:00
Zach Daniel
210057d1c3 test: actually have a test :) 2020-12-02 00:07:15 -05:00
Zach Daniel
fc62c6b8f4 fix: don't require attributes that have a default value 2020-11-30 20:00:55 -05:00
Zach Daniel
6c7c789696 fix: remove IO.inspect 2020-11-30 19:19:11 -05:00
Zach Daniel
553f751ddf fix: undo change of global types 2020-11-30 19:16:37 -05:00
Zach Daniel
66b2162d10 fix: always add global types 2020-11-30 19:04:59 -05:00
Zach Daniel
7123a6a492 chore: release version v0.7.1 2020-11-30 18:17:20 -05:00
Zach Daniel
37d0b6534d
feat: Support configuring identities (#8)
* feat: support using identities for gets
2020-11-18 02:14:33 -05:00
Zach Daniel
5b7626c28f
chore: fix sobelow 2020-11-11 23:01:48 -05:00
Zach Daniel
d1f35f420d
improvement: create input honors required relationships 2020-11-11 22:57:48 -05:00
Zach Daniel
cacec2de1d
improvement: add more NonNulls 2020-11-11 22:53:53 -05:00
Zach Daniel
daf8513c26
fix: correct sorting enum/args list 2020-11-11 22:41:54 -05:00
Zach Daniel
74ad0149ec
fix: allow null sorts 2020-11-05 22:12:28 -05:00
Zach Daniel
5534b1c464
fix: default_page_size -> default_limit 2020-11-05 21:44:33 -05:00
Zach Daniel
d5cf6ee3a0
feat: overhaul, better type support, pagination 2020-11-05 20:59:06 -05:00
Zach Daniel
51dc4b8a0c
fix: use the correct tenant function 2020-11-02 21:15:30 -05:00
Zach Daniel
c8b8fc5abd
feat: support multitenancy (#7) 2020-10-28 02:16:16 -04:00
Zach Daniel
bea776326f
chore: formatting 2020-10-09 21:17:40 -04:00
Zach Daniel
77566d96c4
fix: fix usage of new Ash.Query.filter/2 2020-10-09 21:10:22 -04:00
Zach Daniel
244da78444
feat: update to latest ash 2020-10-09 21:04:57 -04:00
Zach Daniel
711fbef250
chore: remove unused code 2020-10-08 13:59:36 -04:00
Zach Daniel
628865c819
fix: set api_opts properly 2020-09-28 09:42:36 -04:00
Zach Daniel
06f3954e83
fix: dataloader errors w/ associations 2020-09-28 09:18:58 -04:00
Zach Daniel
10292ec73d
docs: update docs and links 2020-09-23 21:32:45 -04:00
Zach Daniel
7adb8c0f22
feat: rewrite with dataloader 2020-09-23 20:54:57 -04:00
Zach Daniel
c74f76f8a0
fix: use module name specific to the api
fix: support booleans
2020-09-02 00:52:51 -04:00
Zach Daniel
1090d2f654
fix: use InputObjectDefinition for relationship change 2020-08-26 13:56:08 -04:00
Zach Daniel
a7e4b165e4
fix: don't add graphql types if API doesn't compile 2020-08-17 03:00:13 -04:00
Zach Daniel
b7eaa44376
fix: get mix check passing 2020-08-14 10:20:47 -04:00
Zach Daniel
2fc65976a7
chore: release version v0.1.0 2020-08-13 18:55:34 -04:00
Zach Daniel
cd16030324
feat: initial POC release 2020-08-13 17:39:59 -04:00
Zach Daniel
759c92553c
WIP 2020-06-05 14:41:00 -04:00
Zach Daniel
7563cbf971
fix; move pagination into graphql layer 2020-05-30 04:57:39 -04:00
Zach Daniel
705bbdd4ec
First stab at a schema 2020-05-01 18:35:12 -04:00
Zach Daniel
369f098cef
init 2020-05-01 12:32:56 -04:00