Account
type Account {
accountName: String!
createdAt: Time!
dataSource: DataSource!
deleted: Boolean!
email: String
id: ID!
modifiedAt: Time!
name: String!
tags(
after: String
limit: Int
order: [TagOrderByInput!]
search: String
): TagConnectionResult!
user: User!
}Fields
accountName ● String! non-null scalar
createdAt ● Time! non-null scalar
dataSource ● DataSource! non-null object
deleted ● Boolean! non-null scalar
email ● String scalar
id ● ID! non-null scalar
modifiedAt ● Time! non-null scalar
name ● String! non-null scalar
tags ● TagConnectionResult! non-null union
user ● User! non-null object
Returned By
Member Of
Last updated
Was this helpful?