diff --git a/LICENSE b/LICENSE index 08ac6267..1ef371d1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Graphcool, Inc +Copyright (c) 2019 Graphcool, Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 0152d21b..b86ac063 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Overview -🔗 GraphQL bindings are **modular building blocks** that allow to embed existing GraphQL APIs into your own GraphQL server. Think about it as turning (parts of) GraphQL APIs into reusable LEGO building blocks. Bindings may be generated in JavaScript, TypeScript, or Flow. +🔗 GraphQL bindings are **modular building blocks** that allow to embed existing GraphQL APIs into your own GraphQL server. Think about it as turning (parts of) GraphQL APIs into reusable LEGO building blocks. Bindings may be generated in JavaScript, TypeScript, or Flow. > The idea of GraphQL bindings is introduced in detail in this blog post: [Reusing & Composing GraphQL APIs with GraphQL Bindings](https://www.prisma.io/blog/reusing-and-composing-graphql-apis-with-graphql-bindings-80a4aa37cff5/) @@ -15,16 +15,16 @@ yarn add graphql-binding ``` ## [Docs :books:](https://oss.prisma.io/content/GraphQL-Binding/01-Overview.html) + Check out the docs on [oss.prisma.io](https://oss.prisma.io/content/GraphQL-Binding/01-Overview.html). ## Public GraphQL bindings You can find practical, production-ready examples here: -* [`graphql-binding-github`](https://github.com/graphcool/graphql-binding-github) -* [`prisma-binding`](https://github.com/graphcool/prisma-binding) +- [`graphql-binding-github`](https://github.com/graphql-binding/graphql-binding-github) +- [`prisma-binding`](https://github.com/prisma/prisma-binding) > Note: If you've created your own GraphQL binding based on this package, please add it to this list via a PR 🙌 -If you have any questions, share some ideas or just want to chat about GraphQL bindings, join the [`#graphql-bindings`](https://graphcool.slack.com/messages/graphql-bindings) channel in our [Slack](https://slack.graph.cool/). - +If you have any questions, share some ideas or just want to chat about GraphQL bindings, join the [`#graphql-bindings`](https://prisma.slack.com/messages/graphql-bindings) channel in our [Slack](https://slack.prisma.io/).