Skip to content

Instantly share code, notes, and snippets.

@nobodyiam
Created July 6, 2016 14:25
Show Gist options
  • Save nobodyiam/3d6753b3839bee3c32bd0373c037b2cc to your computer and use it in GitHub Desktop.
Save nobodyiam/3d6753b3839bee3c32bd0373c037b2cc to your computer and use it in GitHub Desktop.
Apollo client get config
Config config = ConfigService.getAppConfig();
Integer defaultRequestTimeout = 200;
Integer requestTimeout = config.getIntProperty("requestTimeout", defaultRequestTimeout);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment