feat: replace GraphQL Apollo with GraphQL Yoga (#7967)
This commit is contained in:
@@ -50,7 +50,7 @@ const getObject = async (
|
||||
options.keys = keys;
|
||||
}
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
console.error(e);
|
||||
}
|
||||
if (include) {
|
||||
options.include = include;
|
||||
|
||||
Reference in New Issue
Block a user