Skip to content

Commit

Permalink
Update snapshots for erroneous failures
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvberg committed Aug 1, 2022
1 parent a22505c commit 5bd5b09
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8148,7 +8148,7 @@ class _ModelWithImplicitIDModelType extends ModelType<ModelWithImplicitID> {
}
}

/**
/**
* This is an auto generated class representing the model identifier
* of [ModelWithImplicitID] in your schema.
*/
Expand Down Expand Up @@ -8355,7 +8355,7 @@ class _ModelWithExplicitIDModelType extends ModelType<ModelWithExplicitID> {
}
}

/**
/**
* This is an auto generated class representing the model identifier
* of [ModelWithExplicitID] in your schema.
*/
Expand Down Expand Up @@ -8557,7 +8557,7 @@ class _ModelWithExplicitIDAndSDIModelType extends ModelType<ModelWithExplicitIDA
}
}

/**
/**
* This is an auto generated class representing the model identifier
* of [ModelWithExplicitIDAndSDI] in your schema.
*/
Expand Down Expand Up @@ -8805,7 +8805,7 @@ class _ModelWithIDPlusSortKeysModelType extends ModelType<ModelWithIDPlusSortKey
}
}

/**
/**
* This is an auto generated class representing the model identifier
* of [ModelWithIDPlusSortKeys] in your schema.
*/
Expand All @@ -8815,7 +8815,7 @@ class ModelWithIDPlusSortKeysModelIdentifier implements ModelIdentifier<ModelWit
final String title;
final int rating;

/**
/**
* Create an instance of ModelWithIDPlusSortKeysModelIdentifier using [id] the primary key.
* And [title], [rating] the sort keys.
*/
Expand Down Expand Up @@ -9055,7 +9055,7 @@ class _ModelWithExplicitlyDefinedPKModelType extends ModelType<ModelWithExplicit
}
}

/**
/**
* This is an auto generated class representing the model identifier
* of [ModelWithExplicitlyDefinedPK] in your schema.
*/
Expand Down Expand Up @@ -9320,7 +9320,7 @@ class _ModelWithExplicitlyDefinedPKPlusSortKeysAsCompositeKeyModelType extends M
}
}

/**
/**
* This is an auto generated class representing the model identifier
* of [ModelWithExplicitlyDefinedPKPlusSortKeysAsCompositeKey] in your schema.
*/
Expand All @@ -9330,7 +9330,7 @@ class ModelWithExplicitlyDefinedPKPlusSortKeysAsCompositeKeyModelIdentifier impl
final String title;
final int rating;

/**
/**
* Create an instance of ModelWithExplicitlyDefinedPKPlusSortKeysAsCompositeKeyModelIdentifier using [modelID] the primary key.
* And [title], [rating] the sort keys.
*/
Expand Down Expand Up @@ -9580,7 +9580,7 @@ class _PostModelType extends ModelType<Post> {
}
}

/**
/**
* This is an auto generated class representing the model identifier
* of [Post] in your schema.
*/
Expand All @@ -9589,7 +9589,7 @@ class PostModelIdentifier implements ModelIdentifier<Post> {
final String id;
final String title;

/**
/**
* Create an instance of PostModelIdentifier using [id] the primary key.
* And [title] the sort key.
*/
Expand Down Expand Up @@ -9843,7 +9843,7 @@ class _CommentModelType extends ModelType<Comment> {
}
}

/**
/**
* This is an auto generated class representing the model identifier
* of [Comment] in your schema.
*/
Expand All @@ -9852,7 +9852,7 @@ class CommentModelIdentifier implements ModelIdentifier<Comment> {
final String id;
final String content;

/**
/**
* Create an instance of CommentModelIdentifier using [id] the primary key.
* And [content] the sort key.
*/
Expand Down Expand Up @@ -10145,7 +10145,7 @@ class _ProjectModelType extends ModelType<Project> {
}
}

/**
/**
* This is an auto generated class representing the model identifier
* of [Project] in your schema.
*/
Expand All @@ -10154,7 +10154,7 @@ class ProjectModelIdentifier implements ModelIdentifier<Project> {
final String projectId;
final String name;

/**
/**
* Create an instance of ProjectModelIdentifier using [projectId] the primary key.
* And [name] the sort key.
*/
Expand Down Expand Up @@ -10414,7 +10414,7 @@ class _TeamModelType extends ModelType<Team> {
}
}

/**
/**
* This is an auto generated class representing the model identifier
* of [Team] in your schema.
*/
Expand All @@ -10423,7 +10423,7 @@ class TeamModelIdentifier implements ModelIdentifier<Team> {
final String teamId;
final String name;

/**
/**
* Create an instance of TeamModelIdentifier using [teamId] the primary key.
* And [name] the sort key.
*/
Expand Down Expand Up @@ -10699,7 +10699,7 @@ class _CpkOneToOneBidirectionalParentModelType extends ModelType<CpkOneToOneBidi
}
}

/**
/**
* This is an auto generated class representing the model identifier
* of [CpkOneToOneBidirectionalParent] in your schema.
*/
Expand All @@ -10708,7 +10708,7 @@ class CpkOneToOneBidirectionalParentModelIdentifier implements ModelIdentifier<C
final String id;
final String name;

/**
/**
* Create an instance of CpkOneToOneBidirectionalParentModelIdentifier using [id] the primary key.
* And [name] the sort key.
*/
Expand Down Expand Up @@ -10951,7 +10951,7 @@ class _CpkOneToOneBidirectionalChildExplicitModelType extends ModelType<CpkOneTo
}
}

/**
/**
* This is an auto generated class representing the model identifier
* of [CpkOneToOneBidirectionalChildExplicit] in your schema.
*/
Expand All @@ -10960,7 +10960,7 @@ class CpkOneToOneBidirectionalChildExplicitModelIdentifier implements ModelIdent
final String id;
final String name;

/**
/**
* Create an instance of CpkOneToOneBidirectionalChildExplicitModelIdentifier using [id] the primary key.
* And [name] the sort key.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,7 @@ public final class Blog implements Model {
return new Builder();
}
/**
/**
* WARNING: This method should not be used to build an instance of this object for a CREATE mutation.
* This is a convenience method to return an instance of the object with only its ID populated
* to be used in the context of a parameter in a delete mutation or referencing a foreign key
Expand Down Expand Up @@ -1789,7 +1789,7 @@ public final class Blog implements Model {
return this;
}
/**
/**
* @param id id
* @return Current Builder instance, for fluent method chaining
*/
Expand Down Expand Up @@ -1931,7 +1931,7 @@ public final class Post implements Model {
return new Builder();
}
/**
/**
* WARNING: This method should not be used to build an instance of this object for a CREATE mutation.
* This is a convenience method to return an instance of the object with only its ID populated
* to be used in the context of a parameter in a delete mutation or referencing a foreign key
Expand Down Expand Up @@ -1991,7 +1991,7 @@ public final class Post implements Model {
return this;
}
/**
/**
* @param id id
* @return Current Builder instance, for fluent method chaining
*/
Expand Down Expand Up @@ -2100,7 +2100,7 @@ public final class Tag implements Model {
return new Builder();
}
/**
/**
* WARNING: This method should not be used to build an instance of this object for a CREATE mutation.
* This is a convenience method to return an instance of the object with only its ID populated
* to be used in the context of a parameter in a delete mutation or referencing a foreign key
Expand Down Expand Up @@ -2149,7 +2149,7 @@ public final class Tag implements Model {
return this;
}
/**
/**
* @param id id
* @return Current Builder instance, for fluent method chaining
*/
Expand Down Expand Up @@ -2259,7 +2259,7 @@ public final class PostTags implements Model {
return new Builder();
}
/**
/**
* WARNING: This method should not be used to build an instance of this object for a CREATE mutation.
* This is a convenience method to return an instance of the object with only its ID populated
* to be used in the context of a parameter in a delete mutation or referencing a foreign key
Expand Down Expand Up @@ -2324,7 +2324,7 @@ public final class PostTags implements Model {
return this;
}
/**
/**
* @param id id
* @return Current Builder instance, for fluent method chaining
*/
Expand Down

0 comments on commit 5bd5b09

Please sign in to comment.