glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
11.77k stars 1.04k forks source link

Elixir #2553

Closed mitchsayre closed 2 months ago

mitchsayre commented 3 months ago

I added Elixir fixtures. Please let me know if I should fix things or if this looks good.

I was able to get all the tests passing except blns-object.json because it contained enums that had invalid characters when representing them as Elixir atoms.

mitchsayre commented 3 months ago

I just realized FIXTURE=schema-elixir ran the schema tests I still need to get those passing.

I can also add a new step to the test-pr workflow.

mitchsayre commented 2 months ago

I got the unit tests for schema and graphql passing. I believe this code is now ready for review.

Description

Added working Elixir fixtures for json,schema, and graphql

Related Issue

556

Motivation and Context

556

How Has This Been Tested?

dvdsgl commented 2 months ago

Amazing! Thank you.