ResourceSyncProfile
No description
type ResourceSyncProfile {
cadence: ResourceSyncCadence
enabled: Boolean!
match: ResourceSyncMatch!
read: ResourceSyncRead!
version: Int!
}
Fields
ResourceSyncProfile.cadence ● ResourceSyncCadence object
ResourceSyncProfile.enabled ● Boolean! non-null scalar
ResourceSyncProfile.match ● ResourceSyncMatch! non-null object
ResourceSyncProfile.read ● ResourceSyncRead! non-null object
ResourceSyncProfile.version ● Int! non-null scalar
Member Of
Resource object