Home > @infiniteobjects/shopify-data-manager > AdminTypes > Scalars > URL
Represents an [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) and [RFC 3987](https://datatracker.ietf.org/doc/html/rfc3987)-compliant URI string.
For example, "https://johns-apparel.myshopify.com"
is a valid URL. It includes a scheme (https
) and a host (johns-apparel.myshopify.com
).
Signature:
URL: {
input: string;
output: string;
};