Alexandr Marchenko

Results 84 comments of Alexandr Marchenko
trafficstars

will be very nice to have suche feature for federated graphs, e.g. if instead of concrete file we pass directory then we are reading all files from it, but then...

Can it be the reason for kind of "slow" reading? In our case we have a small utility "sql2csv" which job is just to export query results into CSV file,...

@kardianos indeed, sorry, my mistake, just double checked everything, golang lib is even faster dotnet - read 1414484 rows in 00:01:47.1451433 ```csharp using System.Data.SqlClient; using System.Diagnostics; var counter = 0;...

Got here with exactly the same question, just in case for anyone looking for a custom rule example Suppose we have following schema: ```gql type Country { id: ID! name:...

Another approach might be to have a simple script which will: - introspect schema with help of apollo http link which will give us schema instance - then we can...

@shellscape at the very end, even if federation will be added, you still end up with further configuration and even your own rules, so you will have a configuration file...

Seems that this PR is not appropriate anymore, while playing around and trying to reimplement this, found appropriate tests, so if you wish to use messages as functions you may...

Not sure if this is a right place to put it, but may be will help someone in future: if you are on Windows and have installed StarCraft in an...

sorry for a noob question but seems like I have stuck with this DCO whatever, is there a chance you can press the button or should I figure out how...

@SuperQ thank you, seems like it did the trick