Contact Info
Fetch a specific contact's information in an inabit organization.
Fetch all of a Contact's Information
query Contact($where: ContactWhereUniqueInput!) {
contact(where: $where) {
id
contactCryptoAccounts {
address
blockchainProtocol {
code
}
lastTransferRequestDate
name
}
name
}
}Headers
Name
Value
Body (ContactWhereUniqueInput object)
Name
Type
Description
Response
Name
Type
Description