INTERFACE

UniformResourceLocatable

Represents a type that can be retrieved by a URL.

link GraphQL Schema definition

  • interface UniformResourceLocatable {
  • # The path to this resource.
  • path: URI!
  • # The URL to this resource.
  • url: URI!
  • }