Skip to main content

UrlStruct

A URL.

type UrlStruct {
domain: String
hash: String
path: String
protocol: String
query: String
raw: String!
}

Fields

UrlStruct.domain ● String scalar common

The domain of the URL.

UrlStruct.hash ● String scalar common

The URL's hash property.

UrlStruct.path ● String scalar common

The path of the URL.

UrlStruct.protocol ● String scalar common

The URL's protocol.

UrlStruct.query ● String scalar common

The query string of the URL.

UrlStruct.raw ● String! non-null scalar common

The raw URL.

Member of

PageView object