Storybooks for 54925c4899e1fc0752c9b027bc00aafa4918f662

Description

commit 54925c4899e1fc0752c9b027bc00aafa4918f662
Author: Lauren Zugai 
Date:   Wed Sep 30 13:40:55 2020 -0500

    fix(admin-panel): Fix connection to admin server in dev, remove unneeded Apollo dependencies, update README
    
    Because:
    * The admin panel can't connect to the admin server in development
    * We use '@apollo/client' in fxa-settings and should be consistent, preferring one package over a lot of separated dependencies
    
    This commit:
    * Changes the gql server port to 8095
    * Adds oidc-claim-id-token-email auth header in development
    * Removes react-apollo, apollo-boost, apollo-client etc. in favor of @apollo/client
    * Includes doc updates for admin-panel and admin-server
    * Upgrades @apollo/client version in fxa-settings to be consistent