apollo-server
Here are 855 public repositories matching this topic...
See the-road-to-graphql/fullstack-apollo-express-postgresql-boilerplate#5 for users domain. Maybe someone wants to add tests for the messages domain too.
-
Updated
Jun 10, 2020 - TypeScript
Due to this line cancelTrip throws an error.
{
"errors": [
{
"message": "Cannot read property 'flight_number' of undefined",
"locations": [
{
"line": 2,
"column": 3
}
],
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
May 15, 2020 - JavaScript
apollo-server >=2.6
@apollo/react-hooks >=3.1
react-native >=0.60
replace redux with apollo @client local state now that Apollo DevTools is built into React Native DevTools!
-
Updated
Mar 7, 2020 - JavaScript
-
Updated
Sep 23, 2019 - JavaScript
Hi, thanks for the great work !
I was wondering if there wasn't a small error in the readme, it should probably be :
interface Tweet {
id: string;
likes: number;
text: string;
userId: string;
}
-
Updated
Jun 2, 2020 - JavaScript
Documentation site
Need a documentation site - the README is large and still falling behind the existing functionality.
Requirements:
- Must be generated from md or mdx
- Hosted in this repo
Look at docz:
It would be great if you would offer some examples for the feathers-client.
For example how would you send an GraphQL Query from a feathers-client.
How would you send the query for example through a socket, which you opened through the feathers-client. Currently it is only possible as normal HTTP request.
I am not speaking of Subscriptions. I just want to send the query through the already
This should point to the GrAMPS docs or be removed altogether since there aren't specific docs available for this error right now.
-
Updated
Jun 19, 2019 - TypeScript
-
Updated
Jan 15, 2018 - JavaScript
-
Updated
May 27, 2020 - JavaScript
-
Updated
Jun 9, 2020 - TypeScript
-
Updated
May 14, 2020 - JavaScript
-
Updated
Mar 19, 2019
-
Updated
Oct 29, 2019 - TypeScript
-
Updated
Jun 3, 2020 - JavaScript
-
Updated
Mar 17, 2017 - JavaScript
-
Updated
Jul 25, 2018 - JavaScript
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Jun 11, 2020 - TypeScript
I'd like to state why did we reinvented the wheel, what are the main benefits and who should use that.
-
Updated
Nov 27, 2018 - JavaScript
Improve this page
Add a description, image, and links to the apollo-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the apollo-server topic, visit your repo's landing page and select "manage topics."
Duplicated server using code from https://github.com/prisma/graphql-yoga#mocking and got the following error:
server start code snippet: