Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hminnovations/graphql-types

Package Overview
Dependencies
Maintainers
4
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hminnovations/graphql-types - npm Package Compare versions

Comparing version 0.7.3 to 0.7.8

4

lib/index.d.ts

@@ -279,2 +279,3 @@ export declare type Maybe<T> = T | null;

getUserPremiumSubscription?: Maybe<PremiumSubscription>;
getUserActivityMetadata: ActivityMetadatum[];
/** Invitation Code Queries */

@@ -670,2 +671,5 @@ getInvitationCode?: Maybe<InvitationCode>;

}
export interface GetUserActivityMetadataQueryArgs {
creds: UserItemCreds;
}
export interface GetInvitationCodeQueryArgs {

@@ -672,0 +676,0 @@ creds: InvitationCodeCreds;

4

package.json
{
"name": "@hminnovations/graphql-types",
"version": "0.7.3",
"version": "0.7.8",
"scripts": {

@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc",

"license": "None",
"gitHead": "580b53c8374d60921af13828c48018f852bbd49a"
"gitHead": "298193c3dcbfe1a304dc0f1c46acd2ee6709e5ef"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc