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 RelaySwiftUI

Relay.swift includes the RelaySwiftUI module, which makes it easy to use Relay in SwiftUI views. Relay makes it easy to declare what data your views need without having to manage the flow of where that data is stored or how it gets updated.

Edit this page
Previous
« MockEnvironment
Next
relayEnvironment() »
Copyright © 2021 Matt Moriarity.