Ben Kraft
3c11f07e62
Make test ID type actually exist
...
This way I can start to test that the code compiles.
2021-06-03 11:36:45 -07:00
Ben Kraft
c2e7dc4e5b
Handle omitempty correctly for slices
...
We were generating broken code; fixes #43 . Also fixes a bug where
applying omitempty to the entire query was broken by e597cac74c .
2021-06-01 15:49:42 -07:00
Ben Kraft
d449acdda3
Clarify object type documentation
...
Craig pointed out this is a bit confusing when you don't have all the
fields. Now we say so, but still include the type's description in case
it's useful.
Fixes #37 .
2021-04-23 18:13:32 -07:00
Ben Kraft
748f2cf072
Add documentation to types and fields
...
Fixes #3 .
2021-04-21 18:07:36 -07:00
Ben Kraft
e597cac74c
add option to force using a pointer
2021-04-12 16:01:21 -07:00
Ben Kraft
16523c1f81
add omitempty
2021-04-09 11:51:30 -07:00