export const GridConfig = {
status: {
xhrPollingIntervalMillis: 5000
},
serverUri:
process.env.NODE_ENV === 'development'
? 'http://localhost:4444/graphql'
: document.location.protocol + '//' + document.location.host + document.location.pathname.replace("/ui/", "") + '/graphql'
}