graphql_server 2.0.0-beta copy "graphql_server: ^2.0.0-beta" to clipboard
graphql_server: ^2.0.0-beta copied to clipboard

outdated

Base package for implementing GraphQL servers. You might prefer `package:angel_graphql`, the fastest way to implement GraphQL backends in Dart.

2.0.0-beta #

  • Migrate away from package:graphql_parser, and instead use package:gql/language.dart.

1.1.0 #

  • Updates for package:graphql_parser@1.2.0.
  • Now that variables are InputValueContext descendants, handle them the same way as other values in coerceArgumentValues. TLDR - Removed now-obsolete, variable-specific logic in coerceArgumentValues.
  • Pass argumentName, not fieldName, to type validations.

1.0.3 #

  • Make field resolution asynchronous.
  • Make introspection cycle-safe.
  • Thanks @deep-guarav and @micimize!

1.0.2 #

1.0.1 #

  • Fix a bug where globalVariables were not being properly passed to field resolvers.

1.0.0 #

  • Finish testing.
  • Add package:pedantic fixes.

1.0.0-rc.0 #

  • Get the Apollo support working with the latest version of subscriptions-transport-ws.

1.0.0-beta.4 #

For some reason, Pub was not including subscriptions_transport_ws.dart.

1.0.0-beta.3 #

  • Introspection on subscription types (if any).

1.0.0-beta.2 #

  • Fix bug where field aliases would not be resolved.

1.0.0-beta.1 #

  • Add (currently untested) subscription support.

1.0.0-beta #

  • First release.
6
likes
40
pub points
4%
popularity

Publisher

unverified uploader

Base package for implementing GraphQL servers. You might prefer `package:angel_graphql`, the fastest way to implement GraphQL backends in Dart.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

angel_serialize, collection, gql, graphql_schema, meta, recase, stream_channel, tuple

More

Packages that depend on graphql_server