profile
columns and relationships of "profile"
type profile {
  address: String!
  application_links(
  distinct_on: [application_link_select_column!]
  limit: Int
  offset: Int
  order_by: [application_link_order_by!]
  where: application_link_bool_exp
): [application_link!]!
  bio: String!
  chain_links(
  distinct_on: [chain_link_select_column!]
  limit: Int
  offset: Int
  order_by: [chain_link_order_by!]
  where: chain_link_bool_exp
): [chain_link!]!
  cover_pic: String!
  creation_time: timestamp!
  dtag: String!
  dtagTransferRequestsBySenderAddress(
  distinct_on: [dtag_transfer_requests_select_column!]
  limit: Int
  offset: Int
  order_by: [dtag_transfer_requests_order_by!]
  where: dtag_transfer_requests_bool_exp
): [dtag_transfer_requests!]!
  dtag_transfer_requests(
  distinct_on: [dtag_transfer_requests_select_column!]
  limit: Int
  offset: Int
  order_by: [dtag_transfer_requests_order_by!]
  where: dtag_transfer_requests_bool_exp
): [dtag_transfer_requests!]!
  nickname: String!
  profileRelationshipsBySenderAddress(
  distinct_on: [profile_relationship_select_column!]
  limit: Int
  offset: Int
  order_by: [profile_relationship_order_by!]
  where: profile_relationship_bool_exp
): [profile_relationship!]!
  profileRelationshipsBySenderAddress_aggregate(
  distinct_on: [profile_relationship_select_column!]
  limit: Int
  offset: Int
  order_by: [profile_relationship_order_by!]
  where: profile_relationship_bool_exp
): profile_relationship_aggregate!
  profile_pic: String!
  profile_relationships(
  distinct_on: [profile_relationship_select_column!]
  limit: Int
  offset: Int
  order_by: [profile_relationship_order_by!]
  where: profile_relationship_bool_exp
): [profile_relationship!]!
  profile_relationships_aggregate(
  distinct_on: [profile_relationship_select_column!]
  limit: Int
  offset: Int
  order_by: [profile_relationship_order_by!]
  where: profile_relationship_bool_exp
): profile_relationship_aggregate!
  userBlocksByBlockerAddress(
  distinct_on: [user_block_select_column!]
  limit: Int
  offset: Int
  order_by: [user_block_order_by!]
  where: user_block_bool_exp
): [user_block!]!
  userBlocksByBlockerAddress_aggregate(
  distinct_on: [user_block_select_column!]
  limit: Int
  offset: Int
  order_by: [user_block_order_by!]
  where: user_block_bool_exp
): user_block_aggregate!
  user_blocks(
  distinct_on: [user_block_select_column!]
  limit: Int
  offset: Int
  order_by: [user_block_order_by!]
  where: user_block_bool_exp
): [user_block!]!
  user_blocks_aggregate(
  distinct_on: [user_block_select_column!]
  limit: Int
  offset: Int
  order_by: [user_block_order_by!]
  where: user_block_bool_exp
): user_block_aggregate!
}
Fields
address (String!)
application_links ([application_link!]!)
An array relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
bio (String!)
chain_links ([chain_link!]!)
An array relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
cover_pic (String!)
creation_time (timestamp!)
dtag (String!)
dtagTransferRequestsBySenderAddress ([dtag_transfer_requests!]!)
An array relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
dtag_transfer_requests ([dtag_transfer_requests!]!)
An array relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
nickname (String!)
profileRelationshipsBySenderAddress ([profile_relationship!]!)
An array relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
profileRelationshipsBySenderAddress_aggregate (profile_relationship_aggregate!)
An aggregate relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
profile_pic (String!)
profile_relationships ([profile_relationship!]!)
An array relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
profile_relationships_aggregate (profile_relationship_aggregate!)
An aggregate relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
userBlocksByBlockerAddress ([user_block!]!)
An array relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
userBlocksByBlockerAddress_aggregate (user_block_aggregate!)
An aggregate relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
user_blocks ([user_block!]!)
An array relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned
user_blocks_aggregate (user_block_aggregate!)
An aggregate relationship
distinct select on columns
limit the number of rows returned
skip the first n rows. Use only with order_by
sort the rows by one or more columns
filter the rows returned