#How to connect multiple Android devices with ADB over TCP From your device, if it is rooted According to a post on xda-developers, you can enable ADB over Wi-Fi from the device with the commands: su setprop service.adb.tcp.port 5555 stop adbd start adbd
GraphQL 0.6.0 migration guide This version of graphql-js introduces a breaking change to the method signature of the resolve() method. Previously, resolve() had this method signature: type GraphQLResolveInfo = { fieldName: string, fieldASTs: Array,