Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

v0.1.2

Compare
Choose a tag to compare
@jasonbahl jasonbahl released this 18 Jan 16:02
· 21 commits to master since this release
d5b9fd3

New Features

  • (#13): Adds a full-screen toggle to the GraphiQL Toolbar. Super cool example of building a feature using the "extension" APIs. Thanks @scottyzen!
  • (#14): Wraps the app with ApolloProvider. Extensions can make use of Apollo Client functions such as useQuery, etc.