Lender Team information via API

62 views
Skip to first unread message

Michael Renz

unread,
May 3, 2020, 4:55:43 AM5/3/20
to build-kiva
Can I get the Team, a lender belongs to from the API? I cant find it.
Message has been deleted

YowieFreak

unread,
May 5, 2020, 5:19:30 AM5/5/20
to build-kiva
Using the old API, a lender's teams could be obtained using something like:


The new GraphiQL query could be something like:

{
  community {
    lender(publicId: "anon23456") {
      name
      teams{
        values{
          name
        }
      }
    }
  }
}

Reply all
Reply to author
Forward
0 new messages