@trackunit/custom-field-api
Advanced tools
Comparing version 0.0.21 to 0.0.23
{ | ||
"name": "@trackunit/custom-field-api", | ||
"version": "0.0.21", | ||
"version": "0.0.23", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=18.x" |
import { TypedDocumentNode as DocumentNode } from "@graphql-typed-document-node/core"; | ||
import type { PublicIrisAppManifest } from "@trackunit/iris-app-api"; | ||
export type Maybe<T> = T | null; | ||
@@ -55,2 +56,7 @@ export type InputMaybe<T> = Maybe<T>; | ||
}; | ||
/** The `PublicIrisAppManifest` scalar type represents an Iris App Manifest as JSON */ | ||
PublicIrisAppManifest: { | ||
input: PublicIrisAppManifest; | ||
output: PublicIrisAppManifest; | ||
}; | ||
/** The `Upload` scalar type represents a file upload. */ | ||
@@ -57,0 +63,0 @@ Upload: { |
407797
9111