api-client/packages/hoppscotch-selfhost-desktop/src/api/queries/IsUserHistoryEnabled.graphql
Akash K bd22c8c1a9 feat: disable tracking request history (#4607)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2024-12-18 11:18:29 +05:30

6 lines
79 B
GraphQL

query IsUserHistoryEnabled {
isUserHistoryEnabled {
name
value
}
}