Piotr Szmielew
Piotr Szmielew
`GraphQL::Client` is raising a `TypeError` when `definition` isn't a `OperationDefinition`. However, error message was using a `definition.class.name` as info what was provided - which was always equal to `GraphQL::Language::Nodes::Document`. This...
Example output: ```$ spotify shorting Luca Turilli - Virus (Lost Horizons (Luca Turilli's Dream Quest)) [##################### ] 53% ```
Currently there is a problem when trying to use custom filter with both options and arguments. So executing following code: ``` defmodule MyCustomFilters do def asset_url(path, %{"version" => version, "case"...