diff --git a/Spine/Query.swift b/Spine/Query.swift index 36afc5d4..7b8fe89b 100644 --- a/Spine/Query.swift +++ b/Spine/Query.swift @@ -19,7 +19,7 @@ import Foundation /// the actual URL generated by the Router. public struct Query { /// The type of resource to fetch. This can be nil if in case of an expected heterogenous response. - var resourceType: ResourceType? + public private(set) var resourceType: ResourceType? /// The specific IDs the fetch. var resourceIDs: [String]?