Variable AppSyncBatchResolverSchemaConst
AppSyncBatchResolverSchema: ZodArray<
ZodObject<
{
arguments: ZodRecord<ZodString, ZodAny>;
identity: ZodOptional<
ZodUnion<
[
ZodObject<
{
claims: ZodAny;
defaultAuthStrategy: ZodString;
groups: ZodNullable<ZodArray<ZodString, "many">>;
issuer: ZodString;
sourceIp: ZodArray<ZodString, "many">;
sub: ZodString;
username: ZodString;
},
"strip",
ZodTypeAny,
{
claims?: any;
defaultAuthStrategy: string;
groups: null
| string[];
issuer: string;
sourceIp: string[];
sub: string;
username: string;
},
{
claims?: any;
defaultAuthStrategy: string;
groups: null
| string[];
issuer: string;
sourceIp: string[];
sub: string;
username: string;
},
>,
ZodObject<
{
accountId: ZodString;
cognitoIdentityAuthProvider: ZodNullable<ZodString>;
cognitoIdentityAuthType: ZodNullable<ZodString>;
cognitoIdentityId: ZodNullable<ZodString>;
cognitoIdentityPoolId: ZodNullable<ZodString>;
sourceIp: ZodArray<ZodString, "many">;
userArn: ZodString;
username: ZodString;
},
"strip",
ZodTypeAny,
{
accountId: string;
cognitoIdentityAuthProvider: null
| string;
cognitoIdentityAuthType: null | string;
cognitoIdentityId: null | string;
cognitoIdentityPoolId: null | string;
sourceIp: string[];
userArn: string;
username: string;
},
{
accountId: string;
cognitoIdentityAuthProvider: null
| string;
cognitoIdentityAuthType: null | string;
cognitoIdentityId: null | string;
cognitoIdentityPoolId: null | string;
sourceIp: string[];
userArn: string;
username: string;
},
>,
ZodObject<
{ claims: ZodAny; issuer: ZodString; sub: ZodString },
"strip",
ZodTypeAny,
{ claims?: any; issuer: string; sub: string },
{ claims?: any; issuer: string; sub: string },
>,
ZodObject<
{ resolverContext: ZodAny },
"strip",
ZodTypeAny,
{ resolverContext?: any },
{ resolverContext?: any },
>,
],
>,
>;
info: ZodObject<
{
fieldName: ZodString;
parentTypeName: ZodString;
selectionSetGraphQL: ZodString;
selectionSetList: ZodArray<ZodString, "many">;
variables: ZodRecord<ZodString, ZodAny>;
},
"strip",
ZodTypeAny,
{
fieldName: string;
parentTypeName: string;
selectionSetGraphQL: string;
selectionSetList: string[];
variables: Record<string, any>;
},
{
fieldName: string;
parentTypeName: string;
selectionSetGraphQL: string;
selectionSetList: string[];
variables: Record<string, any>;
},
>;
prev: ZodNullable<
ZodObject<
{ result: ZodRecord<ZodString, ZodAny> },
"strip",
ZodTypeAny,
{ result: Record<string, any> },
{ result: Record<string, any> },
>,
>;
request: ZodObject<
{
domainName: ZodNullable<ZodString>;
headers: ZodRecord<ZodString, ZodString>;
},
"strip",
ZodTypeAny,
{ domainName: null
| string; headers: Record<string, string> },
{ domainName: null | string; headers: Record<string, string> },
>;
source: ZodNullable<ZodRecord<ZodString, ZodAny>>;
stash: ZodRecord<ZodString, ZodAny>;
},
"strip",
ZodTypeAny,
{
arguments: Record<string, any>;
identity?:
| {
accountId: string;
cognitoIdentityAuthProvider: null
| string;
cognitoIdentityAuthType: null | string;
cognitoIdentityId: null | string;
cognitoIdentityPoolId: null | string;
sourceIp: string[];
userArn: string;
username: string;
}
| {
claims?: any;
defaultAuthStrategy: string;
groups: null
| string[];
issuer: string;
sourceIp: string[];
sub: string;
username: string;
}
| { claims?: any; issuer: string; sub: string }
| { resolverContext?: any };
info: {
fieldName: string;
parentTypeName: string;
selectionSetGraphQL: string;
selectionSetList: string[];
variables: Record<string, any>;
};
prev: null
| { result: Record<string, any> };
request: { domainName: null | string; headers: Record<string, string> };
source: null | Record<string, any>;
stash: Record<string, any>;
},
{
arguments: Record<string, any>;
identity?:
| {
accountId: string;
cognitoIdentityAuthProvider: null
| string;
cognitoIdentityAuthType: null | string;
cognitoIdentityId: null | string;
cognitoIdentityPoolId: null | string;
sourceIp: string[];
userArn: string;
username: string;
}
| {
claims?: any;
defaultAuthStrategy: string;
groups: null
| string[];
issuer: string;
sourceIp: string[];
sub: string;
username: string;
}
| { claims?: any; issuer: string; sub: string }
| { resolverContext?: any };
info: {
fieldName: string;
parentTypeName: string;
selectionSetGraphQL: string;
selectionSetList: string[];
variables: Record<string, any>;
};
prev: null
| { result: Record<string, any> };
request: { domainName: null | string; headers: Record<string, string> };
source: null | Record<string, any>;
stash: Record<string, any>;
},
>,
"many",
> = ...
A zod schema for a batch AppSync resolver event