Graphql, Web: store connection map #530
Annotations
10 errors
ci
Argument of type '{ databaseName: string; }' is not assignable to parameter of type 'DatabaseOptionalSchemaParams'.
|
ci
Property 'name' is missing in type '{ databaseName: string; }' but required in type 'Exact<{ name: string; databaseName: string; }>'.
|
ci
Argument of type '{ databaseName: string; }' is not assignable to parameter of type 'DatabaseOptionalSchemaParams'.
|
ci
Type 'RefParams' is not assignable to type 'Exact<{ name: string; databaseName: string; refName: string; }> | undefined'.
|
ci
Type '{ databaseName: string; }' is not assignable to type 'DatabaseParams'.
|
ci
Argument of type '{ databaseName: string; branchName: string; }' is not assignable to parameter of type 'BranchParams'.
|
ci
Property 'name' is missing in type '{ databaseName: string; branchName: string; }' but required in type 'Exact<{ name: string; branchName: string; databaseName: string; }>'.
|
ci
Property 'name' is missing in type '{ databaseName: string; tagName: string; }' but required in type 'Exact<{ name: string; databaseName: string; tagName: string; }>'.
|
ci
Property 'name' is missing in type '{ queryString: string; connectionName: string; databaseName: string; refName: string; schemaName?: string; q: string; active?: string; }' but required in type 'Exact<{ name: string; databaseName: string; refName: string; queryString: string; }>'.
|
ci
Type '{ refName: string; databaseName: string; }' is not assignable to type 'RefParams'.
|