fix: use remaining gql request items when sync
This commit is contained in:
@@ -168,12 +168,15 @@ function exportedCollectionToHoppCollection(
|
|||||||
exportedCollectionToHoppCollection(folder, collectionType)
|
exportedCollectionToHoppCollection(folder, collectionType)
|
||||||
),
|
),
|
||||||
requests: gqlCollection.requests.map(
|
requests: gqlCollection.requests.map(
|
||||||
({ v, auth, headers, name, id }) => ({
|
({ v, auth, headers, name, id, query, url, variables }) => ({
|
||||||
id,
|
id,
|
||||||
v,
|
v,
|
||||||
auth,
|
auth,
|
||||||
headers,
|
headers,
|
||||||
name,
|
name,
|
||||||
|
query,
|
||||||
|
url,
|
||||||
|
variables,
|
||||||
})
|
})
|
||||||
) as HoppGQLRequest[],
|
) as HoppGQLRequest[],
|
||||||
auth: data.auth,
|
auth: data.auth,
|
||||||
|
|||||||
Reference in New Issue
Block a user