Menu
Relay.swift
1.1.0
  • Next
  • 1.1.0
  • 1.0.0
Knowledge baseReleases
GitHub
🌜
🌞
Relay.swift
  • Versions
    • Next
    • 1.1.0
    • 1.0.0
  • Knowledge base
  • Releases
  • GitHub
  • Relay.swift
  • Getting started
    • Installation
    • The Relay environment
    • Fetching data with queries
    • Composing views with fragments
    • Making changes with mutations
  • API reference
    • Relay.swift
      • Introduction
      • GraphQL tagged strings
      • Environment
      • Network layer
      • Store
      • RecordSourceSelectorProxy
      • RecordProxy
      • ConnectionHandler
      • MockEnvironment
    • Relay in SwiftUI
      • Introduction
      • relayEnvironment()
      • @RelayEnvironment
      • @Query
      • @Fragment
      • @RefetchableFragment
      • @PaginationFragment
      • @Mutation
      • previewPayload()
  • Development
    • Contributing
Version: 1.1.0

Introduction

import Relay

The Relay module contains the core that powers Relay.swift. This module is UI-agnostic: it's used to implement RelaySwiftUI but it could also be used to power a UIKit or AppKit app without issue.

Edit this page
Previous
« Making changes with mutations
Next
GraphQL tagged strings »
Copyright © 2021 Matt Moriarity.