feat: Revamp navigation bar (#6031)
closes: #4428 Testing for fetchMoreRecords is pending, along with component tests --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
export const createApolloStoreFieldName = ({
|
||||
fieldName,
|
||||
fieldVariables,
|
||||
}: {
|
||||
fieldName: string;
|
||||
fieldVariables: Record<string, any>;
|
||||
}) => {
|
||||
return `${fieldName}(${JSON.stringify(fieldVariables)})`;
|
||||
};
|
||||
Reference in New Issue
Block a user