We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91b9f2 commit bde297fCopy full SHA for bde297f
examples/benchmark/schemas.js
@@ -9,6 +9,9 @@ export class BuildTypeDescription extends Entity {
9
projectId = 'OpenSourceProjects_AbsaOSS_Commons';
10
11
static key = 'BuildTypeDescription';
12
+ pk() {
13
+ return this.id;
14
+ }
15
}
16
export class BuildTypeDescriptionEmpty extends Entity {
17
@@ -43,6 +46,9 @@ export class ProjectWithBuildTypesDescription extends Entity {
43
46
};
44
47
45
48
static key = 'ProjectWithBuildTypesDescription';
49
50
51
52
53
export class ProjectWithBuildTypesDescriptionEmpty extends Entity {
54
static schema = {
0 commit comments