@@ -621,7 +621,7 @@ enum ArtistActivityFeedTypeFilterOption {
621
621
}
622
622
623
623
"""
624
- User appliction to be an artist
624
+ User application to be an artist
625
625
"""
626
626
type ArtistApplication implements Node {
627
627
"""
@@ -766,7 +766,7 @@ type ArtistCollectorConnectionEdge implements Edge {
766
766
}
767
767
768
768
"""
769
- Pagination paramaters for artist collectors
769
+ Pagination parameters for artist collectors
770
770
"""
771
771
input ArtistCollectorCursorConnectionArgs {
772
772
"""
@@ -800,7 +800,7 @@ input ArtistCollectorCursorConnectionSort {
800
800
"""
801
801
firstNftCollectedDate : SortOrder
802
802
"""
803
- Sort by amount nfts collected, with tie-breaker of earliest collector first
803
+ Sort by amount nfts collected, with tie-breaker of the earliest collector first
804
804
"""
805
805
nftsCount : SortOrder
806
806
}
@@ -3959,7 +3959,7 @@ type PlaylistChartRankConnectionEdge implements Edge {
3959
3959
}
3960
3960
3961
3961
"""
3962
- Pagination paramaters for release chart ranks
3962
+ Pagination parameters for release chart ranks
3963
3963
"""
3964
3964
input PlaylistChartRankCursorConnectionArgs {
3965
3965
"""
@@ -5814,7 +5814,7 @@ type ReleaseChartConnectionEdge implements Edge {
5814
5814
}
5815
5815
5816
5816
"""
5817
- Pagination paramaters for release charts
5817
+ Pagination parameters for release charts
5818
5818
"""
5819
5819
input ReleaseChartCursorConnectionArgs {
5820
5820
"""
@@ -5922,7 +5922,7 @@ type ReleaseChartRankConnectionEdge implements Edge {
5922
5922
}
5923
5923
5924
5924
"""
5925
- Pagination paramaters for release chart ranks
5925
+ Pagination parameters for release chart ranks
5926
5926
"""
5927
5927
input ReleaseChartRankCursorConnectionArgs {
5928
5928
"""
0 commit comments