OBJECT
ConnectedAccount
This represents a Connected Account
link GraphQL Schema definition
- type ConnectedAccount {
- # Unique identifier for this connected account
- String! :
- # The internal database identifier of the Connected Account (ie: 580)
- Int @deprecated( reason: "2020-05-01: should only be used during the transition to GraphQL API v2." ) :
- # The date on which the ConnectedAccount was created
- DateTime! :
- # The date on which the ConnectedAccount was last updated
- DateTime! :
- JSON :
- ConnectedAccountService! :
- }
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
- FundThis represents an Project account
- HostThis represents an Host account
- IndividualThis represents an Individual account
- MutationThis is the root mutation
- OrganizationThis represents an Organization account
- ProjectThis represents an Project account