ESI GraphQL wrapper (Federated schema)

,

Just sharing something I’ve been working year ago for fun.
vo1/eve-esi-graphql (github.com)

An ESI graphql wrapper. It also uses federated schema to make embedded calls.
e.g.
Example GraphQL

query {
   me { --> pulls data from ESI /me
     name
     corporation { --> pulls data from ESI /corporation/id if added into GQL
       name
     }
   }
}

simple webapp frontend for that:
vo1/eve-corp-ledger-react (github.com)

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.