Skip to content
#

apollo

Here are 1,891 public repositories matching this topic...

apollo
Aubron
Aubron commented Apr 2, 2018

2.1 emphasizes the use of their new Component based methodology, with things like the <Query> and <Mutation> component. They've pushed for it to the point that it is quickly becoming difficult to find documentation for the 2.0 methods used in learnapollo.

A full update to 2.1 for apollo sections seems to be in order.

Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. The service engine supports http, TCP, WS,Grpc, Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM

  • Updated May 28, 2020
  • C#
joshuaquek
joshuaquek commented Feb 13, 2018

It would be really cool to have a section below in the readme to showcase projects built with RAN, or at least maybe somewhere where people can add links to their projects that they've built with this framework! (SUGGESTION)

dnafication
dnafication commented Jan 25, 2019

The link is broken in the readme file in the following text. Please share the link or update it on the readme file.

You can more learn about the idea behind GraphQL boilerplates here.

dcecile
dcecile commented Nov 14, 2019

When using a local client cache, it's helpful to have a default state that only gets initialized the first time the cache is created, and not when the cache is restored from persist storage.

With 3.0, this doesn't seem simple anymore.

#85 has an old example of setting up defaults:

0xdevalias
0xdevalias commented Apr 7, 2020
SyntaxError: Error while loading rule 'graphql/template-strings': Unexpected token  in JSON at position 0
Occurred while linting /Users/devalias/dev/REDACTED/schema.graphql
    at JSON.parse (<anonymous>)
    at Object.readSchema (/Users/devalias/dev/REDACTED/node_modules/graphql-config/lib/utils.js:141:38)
    at GraphQLProjectConfig.getSchema (/Users/devalias/dev/REDACTED/node_modules/g
denys-meloshyn
denys-meloshyn commented Mar 29, 2020

As a new user of your plugin it was not obvious to understand how to provide custom variables. After some time I noticed "Toggle variable editor" but after that I was confused in which format I should provide my variable: JSON, YML or another.

Describe the solution you'd like
Tutorial with step by step would help very much.

rlhk
rlhk commented Nov 17, 2018

Developing on the default config with localhost:3000 is fine.

However when I tried to test the local dev version from a device in the local network, say 192.169.110.1:3000, one of the client requests is still pointing to localhost:3000. Specifically, it's http://localhost:3000/__meteor__/dynamic-import/fetch, which makes the app unresponsive/unable to login from devices other than localhost.

Improve this page

Add a description, image, and links to the apollo 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 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.