gramps-graphql/gramps

View on GitHub
packages/cli/src/gateway/constants.js

Summary

Maintainability
A
0 mins
Test Coverage
export const GRAPHQL_ENDPOINT = '/graphql';
export const TESTING_ENDPOINT = '/playground';
export const DEFAULT_PORT = 8080;

export default {
  GRAPHQL_ENDPOINT,
  TESTING_ENDPOINT,
  DEFAULT_PORT,
};