Skip to content

Commit

Permalink
jrm/fe2 corrections (#3649)
Browse files Browse the repository at this point in the history
API corrections

Co-authored-by: Alan Rynne <[email protected]>
  • Loading branch information
JR-Morgan and AlanRynne authored Nov 5, 2024
1 parent 5770531 commit b1601f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Core/Api/GraphQL/Inputs/ProjectInputs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public sealed record ProjectModelsFilter(
IReadOnlyList<string>? ids,
bool? onlyWithVersions,
string? search,
IReadOnlyList<string> sourceApps
IReadOnlyList<string>? sourceApps
);

public sealed record ProjectModelsTreeFilter(
Expand Down
1 change: 1 addition & 0 deletions Core/Core/Api/GraphQL/Models/ProjectCollaborator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ namespace Speckle.Core.Api.GraphQL.Models;

public sealed class ProjectCollaborator
{
public string id { get; init; }
public string role { get; init; }
public LimitedUser user { get; init; }
}

0 comments on commit b1601f7

Please sign in to comment.