SpeedConnectionData
No description
type SpeedConnectionData {
code: ID!
buyer: SpeedOrganization!
seller: SpeedOrganization!
accesses: SpeedAccessCollection
historicalActions(where: HistoricalActionsWhereInput): SpeedHistoricalActions
configuration: SpeedConfiguration!
}
Fields
SpeedConnectionData.code
● ID!
non-null scalar
SpeedConnectionData.buyer
● SpeedOrganization!
non-null object
SpeedConnectionData.seller
● SpeedOrganization!
non-null object
SpeedConnectionData.accesses
● SpeedAccessCollection
object
SpeedConnectionData.historicalActions
● SpeedHistoricalActions
object
SpeedConnectionData.historicalActions.where
● HistoricalActionsWhereInput
input
SpeedConnectionData.configuration
● SpeedConfiguration!
non-null object
Member Of
SpeedConnection
object