From 533b553952d0737d7d2ecf67a72ee6f93c8dc607 Mon Sep 17 00:00:00 2001 From: Bruno Scheufler Date: Thu, 7 Mar 2019 16:22:55 +0100 Subject: [PATCH 1/2] fix(chores): Updated README links and LICENSE year/owner --- LICENSE | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 08ac6267..7029d086 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Graphcool, Inc +Copyright (c) 2019 Prisma, 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/). From 8e2e24352de2b62dfbb8fbf5f0a648587c102037 Mon Sep 17 00:00:00 2001 From: Bruno Scheufler Date: Thu, 7 Mar 2019 18:18:12 +0100 Subject: [PATCH 2/2] fix(LICENSE): updated license owner --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 7029d086..1ef371d1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Prisma, 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