INPUT_OBJECT
ChronologicalOrderInput
Input to order results chronologically
link GraphQL Schema definition
- input ChronologicalOrderInput {
- # Field to chronologically order by.
- DateTimeField :
- # Ordering direction.
- OrderDirection :
- }
link Require by
- AccountAccount interface shared by all kind of accounts (Bot, Collective, Event, User, Organization)
- BotThis represents a Bot account
- CollectiveThis represents a Collective account
- EventThis represents an Event account
- ExpenseThis represents an Expense
- FundThis represents an Project account
- HostThis represents an Host account
- IndividualThis represents an Individual account
- OrganizationThis represents an Organization account
- ProjectThis represents an Project account
- QueryThis is the root query