application_link
columns and relationships of "application_link"
type application_link {
  application: String!
  application_link_oracle_requests(
  distinct_on: [application_link_oracle_request_select_column!]
  limit: Int
  offset: Int
  order_by: [application_link_oracle_request_order_by!]
  where: application_link_oracle_request_bool_exp
): [application_link_oracle_request!]!
  creation_time: timestamp!
  profile: profile!
  result(
  path: String
): jsonb
  state: String!
  user_address: String!
  username: String!
}
Fields
application (String!)
application_link_oracle_requests ([application_link_oracle_request!]!)
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
creation_time (timestamp!)
profile (profile!)
An object relationship
result (jsonb)
JSON select path