Skip to content

Commit

Permalink
sort lines ascending
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-sentry committed Dec 20, 2024
1 parent 481a6f3 commit 16256ce
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
type PlanRepresentation {
marketingName: String!
value: String!
billingRate: String
baseUnitPrice: Int!
benefits: [String!]!
billingRate: String
marketingName: String!
monthlyUploadLimit: Int
value: String!
}

0 comments on commit 16256ce

Please sign in to comment.