Zhuo
Zhuo
抱歉,这个库已经不打算维护了。
yeah,i use this lib in my app, i plan after release xcode 8 start to migrating.
目前项目里只支持竖屏,所以切换的代码没写。可能后面会补上这个功能
 Using query schema on other realm instance is working. But query on /default realm is always reponse 503. ``` "{\"type\":\"https://docs.realm.io/server/troubleshoot/errors#service-unavailable\", \"title\":\"The requested service is temporarily unavailable.\", \"status\":503,\"code\":802}" ```
Why doc says schema endpoint path is `/graphql/schema/:path `, I thought it means post to endpoint could get schema. 
 On Xcode12 ‘VALID_ARCHS’ will cause build error of swift project.
 Replace it to this: ` s.xcconfig = { 'EXCLUDED_ARCHS' => 'i386', 'ONLY_ACTIVE_ARCH' => 'YES'}`