/** * @description holds configuration constants */ export const Config = { GRAPHQL_URL: "{{GRAPHQL API URL}}" }