Skip to content

Instantly share code, notes, and snippets.

@ehatricksmith
Created November 22, 2022 04:09
Show Gist options
  • Save ehatricksmith/381f5f81ef353c828ed12042b5a65976 to your computer and use it in GitHub Desktop.
Save ehatricksmith/381f5f81ef353c828ed12042b5a65976 to your computer and use it in GitHub Desktop.
const {
data: { project },
} = await apolloClient.query<graphqlTypes.TagsDataQuery, graphqlTypes.TagsDataQueryVariables>({
query: PROJECT_EXPORT_TAGS_QUERY,
variables: { id: projectId, limit: 25, offset },
fetchPolicy: "network-only",
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment