We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eea26a commit a350172Copy full SHA for a350172
Spine/Query.swift
@@ -19,7 +19,7 @@ import Foundation
19
/// the actual URL generated by the Router.
20
public struct Query<T: Resource> {
21
/// The type of resource to fetch. This can be nil if in case of an expected heterogenous response.
22
- var resourceType: ResourceType?
+ public private(set) var resourceType: ResourceType?
23
24
/// The specific IDs the fetch.
25
var resourceIDs: [String]?
0 commit comments