Skip to content

Commit 03faae6

Browse files
authored
feat: Generate Models in OctoKit.GraphQL to introduce new Repository.PlannedFeatures model
feat: Generate Models in OctoKit.GraphQL to introduce new Repository.PlannedFeatures model
2 parents 3b995ac + 658a8ca commit 03faae6

File tree

229 files changed

+1123
-1070
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+1123
-1070
lines changed

Octokit.GraphQL/Model/AbortQueuedMigrationsInput.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ namespace Octokit.GraphQL.Model
99
public class AbortQueuedMigrationsInput
1010
{
1111
/// <summary>
12-
/// The ID of the organization that is running the migrations.
12+
/// A unique identifier for the client performing the mutation.
1313
/// </summary>
14-
public ID OwnerId { get; set; }
14+
public string ClientMutationId { get; set; }
1515

1616
/// <summary>
17-
/// A unique identifier for the client performing the mutation.
17+
/// The ID of the organization that is running the migrations.
1818
/// </summary>
19-
public string ClientMutationId { get; set; }
19+
public ID OwnerId { get; set; }
2020
}
2121
}

Octokit.GraphQL/Model/AbortRepositoryMigrationInput.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ namespace Octokit.GraphQL.Model
99
public class AbortRepositoryMigrationInput
1010
{
1111
/// <summary>
12-
/// The ID of the migration to be aborted.
12+
/// A unique identifier for the client performing the mutation.
1313
/// </summary>
14-
public ID MigrationId { get; set; }
14+
public string ClientMutationId { get; set; }
1515

1616
/// <summary>
17-
/// A unique identifier for the client performing the mutation.
17+
/// The ID of the migration to be aborted.
1818
/// </summary>
19-
public string ClientMutationId { get; set; }
19+
public ID MigrationId { get; set; }
2020
}
2121
}

Octokit.GraphQL/Model/AcceptEnterpriseAdministratorInvitationInput.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ namespace Octokit.GraphQL.Model
99
public class AcceptEnterpriseAdministratorInvitationInput
1010
{
1111
/// <summary>
12-
/// The id of the invitation being accepted
12+
/// A unique identifier for the client performing the mutation.
1313
/// </summary>
14-
public ID InvitationId { get; set; }
14+
public string ClientMutationId { get; set; }
1515

1616
/// <summary>
17-
/// A unique identifier for the client performing the mutation.
17+
/// The id of the invitation being accepted
1818
/// </summary>
19-
public string ClientMutationId { get; set; }
19+
public ID InvitationId { get; set; }
2020
}
2121
}

Octokit.GraphQL/Model/AcceptTopicSuggestionInput.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ namespace Octokit.GraphQL.Model
88
/// </summary>
99
public class AcceptTopicSuggestionInput
1010
{
11+
/// <summary>
12+
/// A unique identifier for the client performing the mutation.
13+
/// </summary>
14+
public string ClientMutationId { get; set; }
15+
1116
/// <summary>
1217
/// The Node ID of the repository.
1318
/// **Upcoming Change on 2024-04-01 UTC**
@@ -23,10 +28,5 @@ public class AcceptTopicSuggestionInput
2328
/// **Reason:** Suggested topics are no longer supported
2429
/// </summary>
2530
public string Name { get; set; }
26-
27-
/// <summary>
28-
/// A unique identifier for the client performing the mutation.
29-
/// </summary>
30-
public string ClientMutationId { get; set; }
3131
}
3232
}

Octokit.GraphQL/Model/AddAssigneesToAssignableInput.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ namespace Octokit.GraphQL.Model
88
/// </summary>
99
public class AddAssigneesToAssignableInput
1010
{
11+
/// <summary>
12+
/// A unique identifier for the client performing the mutation.
13+
/// </summary>
14+
public string ClientMutationId { get; set; }
15+
1116
/// <summary>
1217
/// The id of the assignable object to add assignees to.
1318
/// </summary>
@@ -17,10 +22,5 @@ public class AddAssigneesToAssignableInput
1722
/// The id of users to add as assignees.
1823
/// </summary>
1924
public IEnumerable<ID> AssigneeIds { get; set; }
20-
21-
/// <summary>
22-
/// A unique identifier for the client performing the mutation.
23-
/// </summary>
24-
public string ClientMutationId { get; set; }
2525
}
2626
}

Octokit.GraphQL/Model/AddCommentInput.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ namespace Octokit.GraphQL.Model
88
/// </summary>
99
public class AddCommentInput
1010
{
11+
/// <summary>
12+
/// A unique identifier for the client performing the mutation.
13+
/// </summary>
14+
public string ClientMutationId { get; set; }
15+
1116
/// <summary>
1217
/// The Node ID of the subject to modify.
1318
/// </summary>
@@ -17,10 +22,5 @@ public class AddCommentInput
1722
/// The contents of the comment.
1823
/// </summary>
1924
public string Body { get; set; }
20-
21-
/// <summary>
22-
/// A unique identifier for the client performing the mutation.
23-
/// </summary>
24-
public string ClientMutationId { get; set; }
2525
}
2626
}

Octokit.GraphQL/Model/AddDiscussionCommentInput.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ namespace Octokit.GraphQL.Model
88
/// </summary>
99
public class AddDiscussionCommentInput
1010
{
11+
/// <summary>
12+
/// A unique identifier for the client performing the mutation.
13+
/// </summary>
14+
public string ClientMutationId { get; set; }
15+
1116
/// <summary>
1217
/// The Node ID of the discussion to comment on.
1318
/// </summary>
@@ -22,10 +27,5 @@ public class AddDiscussionCommentInput
2227
/// The contents of the comment.
2328
/// </summary>
2429
public string Body { get; set; }
25-
26-
/// <summary>
27-
/// A unique identifier for the client performing the mutation.
28-
/// </summary>
29-
public string ClientMutationId { get; set; }
3030
}
3131
}

Octokit.GraphQL/Model/AddDiscussionPollVoteInput.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ namespace Octokit.GraphQL.Model
99
public class AddDiscussionPollVoteInput
1010
{
1111
/// <summary>
12-
/// The Node ID of the discussion poll option to vote for.
12+
/// A unique identifier for the client performing the mutation.
1313
/// </summary>
14-
public ID PollOptionId { get; set; }
14+
public string ClientMutationId { get; set; }
1515

1616
/// <summary>
17-
/// A unique identifier for the client performing the mutation.
17+
/// The Node ID of the discussion poll option to vote for.
1818
/// </summary>
19-
public string ClientMutationId { get; set; }
19+
public ID PollOptionId { get; set; }
2020
}
2121
}

Octokit.GraphQL/Model/AddEnterpriseOrganizationMemberInput.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ namespace Octokit.GraphQL.Model
88
/// </summary>
99
public class AddEnterpriseOrganizationMemberInput
1010
{
11+
/// <summary>
12+
/// A unique identifier for the client performing the mutation.
13+
/// </summary>
14+
public string ClientMutationId { get; set; }
15+
1116
/// <summary>
1217
/// The ID of the enterprise which owns the organization.
1318
/// </summary>
@@ -27,10 +32,5 @@ public class AddEnterpriseOrganizationMemberInput
2732
/// The role to assign the users in the organization
2833
/// </summary>
2934
public OrganizationMemberRole? Role { get; set; }
30-
31-
/// <summary>
32-
/// A unique identifier for the client performing the mutation.
33-
/// </summary>
34-
public string ClientMutationId { get; set; }
3535
}
3636
}

Octokit.GraphQL/Model/AddEnterpriseSupportEntitlementInput.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ namespace Octokit.GraphQL.Model
88
/// </summary>
99
public class AddEnterpriseSupportEntitlementInput
1010
{
11+
/// <summary>
12+
/// A unique identifier for the client performing the mutation.
13+
/// </summary>
14+
public string ClientMutationId { get; set; }
15+
1116
/// <summary>
1217
/// The ID of the Enterprise which the admin belongs to.
1318
/// </summary>
@@ -17,10 +22,5 @@ public class AddEnterpriseSupportEntitlementInput
1722
/// The login of a member who will receive the support entitlement.
1823
/// </summary>
1924
public string Login { get; set; }
20-
21-
/// <summary>
22-
/// A unique identifier for the client performing the mutation.
23-
/// </summary>
24-
public string ClientMutationId { get; set; }
2525
}
2626
}

0 commit comments

Comments
 (0)