OBJECT

ProtocolDetails

link GraphQL Schema definition

  • type ProtocolDetails {
  • # Protocol pretty name
  • name: String!
  • # Protocol is an ICS protocol
  • ics: Boolean!
  • }