Code0 LogoCodeZero
GraphQL SchemaSubscription

echo

A subscription that does not perform any real updates.

This is expected to be used for testing of endpoints, to verify that a user has subscription access.

Arguments

NameTypeDescription
messageStringMessage to return to the user.

Fields

NameTypeDescription
messageStringMessage returned to the user.

On this page