simple_graphql_client_gen 0.7.1 copy "simple_graphql_client_gen: ^0.7.1" to clipboard
simple_graphql_client_gen: ^0.7.1 copied to clipboard

simple_graphql_client_gen

0.7.1 #

  • Union Type fromJsonValue use switch

0.7.0 #

  • type_gen use switch expr
  • update simple_dart_code_gen ^0.5.1

0.6.1 #

  • use IMap in QueryInputObject

0.6.0 #

  • override GraphqlError.toString(), GraphqlErrors.toString()

0.5.0 #

  • to throw multiple errors instead of just one
  • add path, extensionsCode in GraphQLError
  • GraphQL API function auth parameter allow null

0.4.0 #

  • Support Authorization Header

0.3.0 #

  • Remove output of match method. Please use switch expressions from now on.

0.2.4 #

  • fix List<Type>? toJsonValue method output

0.2.3 #

  • fix. allow IntoGraphQLField, IntoQueryInput implements

0.2.2 #

  • fix. allow GraphQLRootObject, GraphQLObjectType implements

0.2.1 #

  • accept http 0.13.6 for google_sign_in

0.2.0 #

  • update http to ^1.0.0

0.1.0 #

  • output final class, sealed class (Require Dart 3)

0.0.3 #

  • fix toString method output

0.0.2 #

  • use function type parameter name

0.0.1 #

  • initial release