```thisArg(BatchedGraphQLClient.js)--> BatchedG...
# orm-help
t
Copy code
thisArg(BatchedGraphQLClient.js)--> BatchedGraphQLClient {
  load: [Function],
  uri: 'http://*****************************.<http://us-east-1.elb.amazonaws.com/*****/dev|us-east-1.elb.amazonaws.com/*****/dev>',
  options:
   { headers:
      { Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE1MzE1MDY2MDl9.LdvJCvk5fnQSJvRH6fuYwONfORw9VMXtwIVQ0JEIK4Q' } },
  dataloader:
   DataLoader {
     _batchLoadFn: [Function],
     _options: { cache: false },
     _promiseCache: Map {},
     _queue: [] } } <--thisArg
where do you get this Authorization header from? it seems to be set somewhere...
this was coming from the app playground when i try to do a login
b
Have you checked the utils.js file?
t
apparently, i have to change the service name for the endpoint for the graphqlserver....