Guiltfilter Records
Guiltfilter Records
Yes: ``` const {tester} = require('graphql-tester') const myAuthToken = 'HFJGHGFJHFGJ456456456456' const test = tester({ url: 'http://localhost:3000/graphql', contentType: 'application/json', authorization: myAuthToken, }) ```
@Ingelhag @sjakati98 I got it working - see my comment above ^ - make sure you quit your dev server before running tests
@sjakati98 did you try camel case?
you can pass auth: ``` const {tester} = require('graphql-tester') const myAuthToken = 'HFJGHGFJHFGJ456456456456' const test = tester({ url: 'http://localhost:3000/graphql', contentType: 'application/json', authorization: myAuthToken, }) ```
@mateusrdp not sure, try it and see or pm repo owner
Agree with all the comments here, the webhooks and sandbox features are super helpful and the documentation is very good and up to date, great work and thanks 👍
Just a note that may help someone, I have a isAuth call that is called by home/login screen and also the PrivateRoute component so refresh on private routes auths as...
Thanks @AmitMY - just to confirm - to test if an asset has already been loaded I have to load the asset and just do nothing if i get that...
@floatinghotpot Bump
A HUGE thanks to @MartinDomig for this fork. I have tested it on iPhone 6 w iOS 10 and it fixes both the following issues: - Sounds still playing when...