Running Copilot coding agent #337
Annotations
10 errors
|
copilot
examples/basic build: api-protocols-example.ts(139,5): error TS2739: Type '{ enabled: true; maxComplexity: number; }' is missing the following properties from type '{ enabled: boolean; maxComplexity: number; defaultFieldComplexity: number; listMultiplier: number; onComplexityExceeded: "log" | "warn" | "reject"; errorMessage?: string | undefined; fieldComplexity?: Record<...> | undefined; }': defaultFieldComplexity, listMultiplier, onComplexityExceeded
|
|
copilot
examples/basic build: api-protocols-example.ts(133,5): error TS2741: Property 'onDepthExceeded' is missing in type '{ enabled: true; maxDepth: number; }' but required in type '{ enabled: boolean; maxDepth: number; onDepthExceeded: "log" | "warn" | "reject"; errorMessage?: string | undefined; ignoreFields?: string[] | undefined; }'.
|
|
copilot
examples/basic build: api-protocols-example.ts(124,13): error TS2353: Object literal may only specify known properties, and 'name' does not exist in type '{ type: string; defaultValue?: any; description?: string | undefined; }'.
|
|
copilot
examples/basic build: api-protocols-example.ts(116,13): error TS2353: Object literal may only specify known properties, and 'name' does not exist in type '{ type: string; defaultValue?: any; description?: string | undefined; }'.
|
|
copilot
examples/basic build: api-protocols-example.ts(106,7): error TS2741: Property 'repeatable' is missing in type '{ name: string; description: string; locations: ("OBJECT" | "FIELD_DEFINITION")[]; }' but required in type '{ name: string; locations: ("QUERY" | "MUTATION" | "SUBSCRIPTION" | "FIELD" | "FRAGMENT_DEFINITION" | "FRAGMENT_SPREAD" | "INLINE_FRAGMENT" | "VARIABLE_DEFINITION" | "SCHEMA" | ... 9 more ... | "INPUT_FIELD_DEFINITION")[]; repeatable: boolean; description?: string | undefined; implementation?: { ...; } | undefined; ...'.
|
|
copilot
examples/basic build: api-protocols-example.ts(95,9): error TS2353: Object literal may only specify known properties, and 'args' does not exist in type '{ object: string; name: string; events: ("custom" | "created" | "deleted" | "updated")[]; authRequired: boolean; filter?: { enabled: boolean; fields?: string[] | undefined; } | undefined; description?: string | undefined; rateLimit?: { ...; } | undefined; payload?: { ...; } | undefined; permissions?: string[] | unde...'.
|
|
copilot
examples/basic build: api-protocols-example.ts(86,9): error TS2322: Type '"ConvertLeadResult!"' is not assignable to type '"custom" | "update" | "delete" | "create" | "upsert"'.
|
|
copilot
examples/basic build: api-protocols-example.ts(68,9): error TS2559: Type '{ name: string; type: string; }[]' has no properties in common with type '{ mappings?: Record<string, { description?: string | undefined; nullable?: boolean | undefined; graphqlName?: string | undefined; graphqlType?: string | undefined; deprecationReason?: string | undefined; }> | undefined; include?: string[] | undefined; exclude?: string[] | undefined; }'.
|
|
copilot
examples/basic build: api-protocols-example.ts(62,9): error TS2353: Object literal may only specify known properties, and 'kind' does not exist in type '{ object: string; name: string; isInterface: boolean; fields?: { mappings?: Record<string, { description?: string | undefined; nullable?: boolean | undefined; graphqlName?: string | undefined; graphqlType?: string | undefined; deprecationReason?: string | undefined; }> | undefined; include?: string[] | undefined; ex...'.
|
|
copilot
examples/basic build: api-protocols-example.ts(57,9): error TS2353: Object literal may only specify known properties, and 'kind' does not exist in type '{ object: string; name: string; isInterface: boolean; fields?: { mappings?: Record<string, { description?: string | undefined; nullable?: boolean | undefined; graphqlName?: string | undefined; graphqlType?: string | undefined; deprecationReason?: string | undefined; }> | undefined; include?: string[] | undefined; ex...'.
|