v0.3.1
Added
- Non-null Field Support: Added
:non_nulland:nullableoptions togql_objectandgql_fieldsmacros- Fields can be marked as
non_nullby passingnon_null: [:field1, :field2]option - The
:nullableoption takes precedence and can override fields marked as non-null - Non-null wrapping is automatically skipped for
input_objecttypes (input fields remain nullable)
- Fields can be marked as