Hiroki Kato

Results 3 comments of Hiroki Kato

I found a test case of passing context. https://github.com/graphql-python/flask-graphql/blob/4183613bb9bb5ac4e66e066381414a8940cdcbcf/tests/test_graphqlview.py#L454 I succeeded passing custom context in the following way. ```python app.add_url_rule( '/graphql', view_func=GraphQLView.as_view( 'graphql', schema=SCHEMA, graphiql=True, get_context=lambda: {'session': db_session})) ```

@turk-jk Hi. I could reproduce the behavior. ```swift // Create UIImage let renderer = UIGraphicsImageRenderer(size: CGSize(width: 10, height: 10)) let image = renderer.image { _ in } // Set image...

Have you read the [README](https://github.com/hatena/swift-Sample-GitHubSearch/blob/master/README.md) file? I suspect you didn't set up with CocoaPods.