Skip to content

Instantly share code, notes, and snippets.

@handshake-engineering-blog
Created April 22, 2021 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save handshake-engineering-blog/2ff86158cc1a0ccd4f5758cf3d742f14 to your computer and use it in GitHub Desktop.
Save handshake-engineering-blog/2ff86158cc1a0ccd4f5758cf3d742f14 to your computer and use it in GitHub Desktop.
1801584810_3
/// A GraphQL query to fetch the recommended employers for this user
struct RecommendedEmployers: Query {
struct Response: Decodable {
let recommendedEmployers: [Employer]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment