File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -758,7 +758,12 @@ type Query {
758758 """
759759 previousRotation (rotation : Rotation ! ): DateTime !
760760
761- "Returns a list of all active Island Exchange listings."
761+ """
762+ Returns a list of all active Island Exchange listings.
763+
764+ This endpoint will not return listings until they have been active for a certain length of time.
765+ This is to help prevent sniping/botting and to ensure server players have priority over website/bot users.
766+ """
762767 activeIslandExchangeListings : [IslandExchangeListing ! ]!
763768
764769 """
@@ -767,7 +772,7 @@ type Query {
767772 This only includes listings that sold successfully.
768773 Listings that did not sell or are still active are not included in this.
769774 """
770- soldIslandExchangeListings : [IslandExchangeListing ]!
775+ soldIslandExchangeListings : [IslandExchangeListing ! ]!
771776}
772777
773778"Internal directive used to generate some documentation elements."
You can’t perform that action at this time.
0 commit comments