@hminnovations/graphql-types
Advanced tools
Comparing version 0.7.3 to 0.7.8
@@ -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; |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24790
817