Commit graph

612 commits

Author SHA1 Message Date
Zach Daniel
07e7cbe1c4 chore: release version v0.15.8 2021-04-18 10:59:41 -04:00
Zach Daniel
11db824adc fix: set actor when building changeset 2021-04-18 10:57:18 -04:00
Zach Daniel
ca8e47bbea chore: release version v0.15.7 2021-04-16 13:50:04 -04:00
Zach Daniel
6be5c593cd fix: proper not found errors 2021-04-16 13:49:51 -04:00
Zach Daniel
551fb660df chore: release version v0.15.6 2021-04-16 12:59:24 -04:00
Zach Daniel
88f912a6aa fix: correctly select fields to clear 2021-04-16 12:59:04 -04:00
Zach Daniel
43dae2ad28 fix: don't clear fields on nil result
chore: add tests for destroy
2021-04-16 12:56:29 -04:00
Zach Daniel
89e6a314e3 chore: release version v0.15.5 2021-04-15 17:05:06 -04:00
Zach Daniel
1f098c5fa1 fix: load fields required for relationship 2021-04-15 16:28:04 -04:00
Zach Daniel
52859c8055 chore: release version v0.15.4 2021-04-13 17:51:24 -04:00
Zach Daniel
6b84bf0f46 fix: detect all embeddable types in arguments and nested
fix: detect enums in embeddable types and arguments
fix: error messages for `InvalidArgument`
improvement: log on unrenderable error messages
fix: store refs in graphql blueprint to fix error messages
improvement: update to latest ash
2021-04-13 17:49:10 -04:00
Zach Daniel
54270b1451 chore: release version v0.15.3 2021-04-09 16:36:23 -04:00
Zach Daniel
ea6a21586a fix: fix graphql subselections for pagination 2021-04-09 16:29:50 -04:00
Zach Daniel
f91abeb375 fix: fix authorization docs 2021-04-09 16:00:06 -04:00
Zach Daniel
5ab646b189 chore: small refactor in schema builder 2021-04-09 00:11:45 -04:00
Zach Daniel
148eccbd5a chore: release version v0.15.2 2021-04-06 10:17:23 -04:00
Zach Daniel
e61f75ac40 fix: don't show non-predicate operators in filters 2021-04-06 10:17:04 -04:00
Zach Daniel
11aa74f4df chore: release version v0.15.1 2021-04-05 14:41:50 -04:00
Zach Daniel
6ae8715a13 improvement: support upsert?: true flag on create 2021-04-05 14:41:16 -04:00
Zach Daniel
b6c3f3e28a chore: release version v0.15.0 2021-04-05 13:49:42 -04:00
Zach Daniel
9cde7df795 fix: fully remove relationship changes 2021-04-05 13:08:39 -04:00
Zach Daniel
0cc9039816 chore: release version v0.14.1 2021-04-05 10:38:01 -04:00
Zach Daniel
781ee4df19 chore: update formatter.exs 2021-04-05 10:37:50 -04:00
Michael St Clair
b97e81bc9e
improvement: add allow_nil? to queries (#16) 2021-04-05 10:36:52 -04:00
Zach Daniel
fed9716960 chore: release version v0.14.0 2021-04-04 03:16:36 -04:00
Zach Daniel
6e8da1c9b9 improvement: update to latest ash 2021-04-04 03:16:15 -04:00
Michael St Clair
5fb50fe2bb
improvement: generate type based on allow_nil? (#14) 2021-04-04 03:16:05 -04:00
Michael St Clair
596dc90381
feat: add read_one query (#13) 2021-04-04 03:10:50 -04:00
Zach Daniel
5b74404347 chore: release version v0.13.1 2021-04-03 14:44:08 -04:00
Zach Daniel
b736eaec38 fix: update to latest ash 2021-04-03 14:43:49 -04:00
Zach Daniel
64cf412b64 chore: remove tool-versions 2021-04-03 14:43:49 -04:00
Michael St Clair
cb9f5fd28d
support decimal type (#11) 2021-04-02 21:31:53 -04:00
Zach Daniel
552c1dcbea chore: bump elixir version 2021-03-29 12:27:17 -04:00
Zach Daniel
a4afcf2b2c chore: update to new elixir image 2021-03-29 11:59:01 -04:00
Zach Daniel
deaaae2cce chore: update guides docs 2021-03-28 15:48:16 -04:00
Zach Daniel
c59658b1ff chore: test enums, add a guide 2021-03-28 15:46:23 -04:00
Zach Daniel
e8797f80da chore: release version v0.13.0 2021-03-28 12:30:39 -04:00
Zach Daniel
004c69c291 feat: support custom types, add custom type test 2021-03-28 12:30:28 -04:00
Zach Daniel
69f34ba55b fix: select fields/aggregates/calculations 2021-03-22 13:03:18 -04:00
Zach Daniel
9dbc7bec1b chore: release version v0.12.7 2021-03-15 16:23:30 -04:00
Zach Daniel
dd0d5b1028 improvement: update ash version 2021-03-15 16:23:20 -04:00
Zach Daniel
40c36d1045 chore: release version v0.12.6 2021-03-15 15:51:40 -04:00
Zach Daniel
9151b712f1 improvement: start on error messaging groundwork
fix: properly handle relationship changes on updates
2021-03-15 15:51:17 -04:00
Zach Daniel
6bbc3a03fe chore: release version v0.12.5 2021-03-12 09:40:09 -05:00
Zach Daniel
919a4edeac chore: format/dialyzer 2021-03-12 09:39:59 -05:00
Zach Daniel
59bc0aeed2 chore: update tool versions 2021-03-12 09:20:01 -05:00
Zach Daniel
afdaad2886 fix: allow referencing ash generated types 2021-03-12 09:19:33 -05:00
Zach Daniel
2cb878af79 docs: make the docs a bit clearer on schema oddities 2021-03-12 09:19:19 -05:00
Zach Daniel
885b1d886e chore: modernize example action names
fix: don't fail on empty mutations list
improvement: support more builtin types
2021-03-12 09:04:38 -05:00
Alex Freska
3818caf227
Getting started GraphiQL code example fix (#9) 2021-03-12 08:46:49 -05:00