github-community-projects / graphql-client

A Ruby library for declaring, composing and executing GraphQL queries
MIT License
42 stars 218 forks source link

Add and improve the tests for Date/DateTime types #14

Closed meganemura closed 8 months ago

meganemura commented 8 months ago

This change adds and improves the tests to use GraphQL::Types::ISO8601DateTime and GraphQL::Types::ISO8601Date. I originally created the same PR for github/graphql-ruby.

rmosolgo commented 8 months ago

Looks good to me -- thanks for the improvement!