Patch for concurrent iterator & others (onto v1.11.6) #386
@ -65,6 +65,8 @@ func (b *Long) UnmarshalGraphQL(input interface{}) error {
|
||||
*b = Long(input)
|
||||
case int64:
|
||||
*b = Long(input)
|
||||
case float64:
|
||||
*b = Long(input)
|
||||
default:
|
||||
err = fmt.Errorf("unexpected type %T for Long", input)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user