account

Query:account Fetch the details of a single DeepSource account.

Arguments

FieldTypeDescription
loginString!The login or username to lookup the account by.
vcsProviderVCSProvider!VCS Provider of the account.

Sample Request

Sample Response

Objects

Account

FieldTypeDescription
idString!The ID of the object.
loginString!The unique identifier (or username) of the account.
typeAccountType!The account type (individual or team).
vcsProviderVCSProvider!VCS Provider of the account.
vcsUrlStringURL for the account on the VCS Provider.
isBetaTesterBoolean!Whether the account is a beta tester.
avatarUrlStringURL for the account’s public avatar.
subscriptionAccountSubscription!Subscription and billing details of the account.
reportReport!The report associated with this account.
keyReportKey!The key of the report to fetch.
repositoriesRepositoryConnection!List of repositories that belong to the requested account
offsetInt
beforeString
afterString
firstInt
lastInt
membersTeamMemberConnection!Members of the team. This is an empty list for an individual account.
offsetInt
beforeString
afterString
firstInt
lastInt

AccountSubscription

Subscription and billing details of an Account.

FieldTypeDescription
planAccountSubscriptionPlan!The plan associated with this account’s subscription.

AccountConnection

FieldTypeDescription
pageInfoPageInfo!Pagination data for this connection.
edgesAccountEdge!Contains the nodes in this connection.
totalCountInt

AccountEdge

A Relay edge containing a Account and its cursor.

FieldTypeDescription
nodeAccountThe item at the end of the edge.
cursorString!A cursor for use in pagination.