Skip to content

ShapaConnection

A Shapa Connection

Fields

id · ID! · required · The unique identifier of the connection
last_sync_date · String · The last time Shapa was synced

Used By

Definition

"""
A Shapa Connection
"""
type ShapaConnection {
"""
The unique identifier of the connection
"""
id: ID!
"""
The last time Shapa was synced
"""
last_sync_date: String
}