Improve performances of metadata endpoint (#4347)

This commit is contained in:
Charles Bochet
2024-03-06 18:09:38 +01:00
committed by GitHub
parent 577de7240c
commit e5c09deae5
5 changed files with 0 additions and 7 deletions

View File

@ -72,7 +72,6 @@ export const FIND_MANY_OBJECT_METADATA_ITEMS = gql`
startCursor
endCursor
}
totalCount
}
}
}
@ -82,7 +81,6 @@ export const FIND_MANY_OBJECT_METADATA_ITEMS = gql`
startCursor
endCursor
}
totalCount
}
}
`;

View File

@ -72,7 +72,6 @@ export const query = gql`
startCursor
endCursor
}
totalCount
}
}
}
@ -82,7 +81,6 @@ export const query = gql`
startCursor
endCursor
}
totalCount
}
}
`;