Skip to content

Instantly share code, notes, and snippets.

@johngorithm
Last active March 12, 2019 19:57
Show Gist options
  • Save johngorithm/1992d0ce93fc49c4a724c8658ad5243b to your computer and use it in GitHub Desktop.
Save johngorithm/1992d0ce93fc49c4a724c8658ad5243b to your computer and use it in GitHub Desktop.
package com.jxw.graphql.app;
//in: app/src/main/java/packageDir/app/
import android.app.Application;
public class DemoApplication extends Application {
public String getBaseUrl() {
return "https://api.graph.cool/simple/v1/cjs1qws8c0mvr0102fkeosj4p";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment