Files
hoppscotch/packages/hoppscotch-app/helpers/backend/gql/queries/GetCollectionRequests.graphql
2022-02-04 15:37:32 +05:30

8 lines
169 B
GraphQL

query GetCollectionRequests($collectionID: ID!, $cursor: ID) {
requestsInCollection(collectionID: $collectionID, cursor: $cursor) {
id
title
request
}
}