mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-11 17:46:41 -05:00
Fix lint error
This commit is contained in:
@@ -494,7 +494,7 @@ function DocsExplorer({
|
||||
return null;
|
||||
}
|
||||
|
||||
const field = schemaPointer as GraphQLField<any, any>;
|
||||
const field = schemaPointer as unknown as GraphQLField<any, any>;
|
||||
const returnType = extractActualType(field.type);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user