Skip to content

Instantly share code, notes, and snippets.

@peterpme
Created October 10, 2017 18:31
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 peterpme/72a7e44a2044b7cd8f4ee0871b414769 to your computer and use it in GitHub Desktop.
Save peterpme/72a7e44a2044b7cd8f4ee0871b414769 to your computer and use it in GitHub Desktop.
Apollo Tote Loading
<ApolloTote
query={`
query {
user {
imageUrl
}
}
`}
renderLoading={() => <Avatar.Loading />}
render={value => <Avatar imageUrl={value.user.imageUrl} />}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment