apollo-elements/apollo-elements

View on GitHub
packages/create/template/app/src/client.schema.graphql

Summary

Maintainability
Test Coverage
type Location {
  pathname: String
  search: String
  origin: String
  hash: String
  host: String
  hostname: String
  href: String
  port: Int
  protocol: String
}

type Query {
  location: Location
}