Skip to content
#

apollo-server

Here are 855 public repositories matching this topic...

fuleinist
fuleinist commented Sep 12, 2019

Duplicated server using code from https://github.com/prisma/graphql-yoga#mocking and got the following error:

Error: No schema defined

server start code snippet:

...
const server = new GraphQLServer({ typeDefs, mocks })

const options = {
	endpoint: '/',
	playground: '/playground',
	subscriptions: '/',
	logFunction: (e) => console.log,
	debug: true,
}
server.start(options, 
warthog
Sebi55
Sebi55 commented Mar 8, 2017

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

Improve this page

Add a description, image, and links to the apollo-server topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.