@@ -1151,7 +1151,7 @@ export type AuditLogOrder = {
1151
1152 /** Properties by which Audit Log connections can be ordered. */
1153 export type AuditLogOrderField =
1154 - /** Order audit log entries by timestamp */
1154 + /** Order audit log entries by timestamp */
1155 'CREATED_AT';
1156
1157 /** Represents a 'auto_merge_disabled' event on a given pull request. */
@@ -6010,7 +6010,7 @@ export type DeploymentOrder = {
6010
6011 /** Properties by which deployment connections can be ordered. */
6012 export type DeploymentOrderField =
6013 - /** Order collection by creation time */
6013 + /** Order collection by creation time */
6014 'CREATED_AT';
6015
6016 /** A protection rule. */
@@ -7225,7 +7225,7 @@ export type EnterpriseAdministratorInvitationOrder = {
7225
7226 /** Properties by which enterprise administrator invitation connections can be ordered. */
7227 export type EnterpriseAdministratorInvitationOrderField =
7228 - /** Order enterprise administrator member invitations by creation time */
7228 + /** Order enterprise administrator member invitations by creation time */
7229 'CREATED_AT';
7230
7231 /** The possible administrator roles in an enterprise account. */
@@ -7485,7 +7485,7 @@ export type EnterpriseMemberInvitationOrder = {
7485
7486 /** Properties by which enterprise member invitation connections can be ordered. */
7487 export type EnterpriseMemberInvitationOrderField =
7488 - /** Order enterprise member invitations by creation time */
7488 + /** Order enterprise member invitations by creation time */
7489 'CREATED_AT';
7490
7491 /** Ordering options for enterprise member connections. */
They are purely indentations.
Steps to reproduce
yarn codegen. It callscodegen.ts, which hasafterOneFileWrite: ['oxfmt --write']hook set up so all newly generated code should go throughoxfmtonce.yarn format. It runoxfmta second time.src/__graphql__/graphql.ts.Examples of code changes from the second pass of
oxfmt:They are purely indentations.