Remove GraphQLType ScalarValue default
This is more hinderance than useful.
This commit is contained in:
parent
36c71d7162
commit
6fcdd32c84
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ impl GraphQLType for User
|
|||
```
|
||||
|
||||
*/
|
||||
pub trait GraphQLType<S = DefaultScalarValue>: Sized
|
||||
pub trait GraphQLType<S>: Sized
|
||||
where
|
||||
S: ScalarValue,
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue