You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The config.yaml file lists the contract that messages are published to. It is Eosio.PublishAccount.
This is obtained with viper.GetString("Eosio.PublishAccount")
However, the GraphQL template used to query is having issues with dynamic injection of strings.
I'm sure it's simple but I tried a few options and it didn't work. Until this is fixed, changing the messaging contract using GraphQL is not supported.
The config.yaml file lists the contract that messages are published to. It is Eosio.PublishAccount.
This is obtained with viper.GetString("Eosio.PublishAccount")
However, the GraphQL template used to query is having issues with dynamic injection of strings.
I'm sure it's simple but I tried a few options and it didn't work. Until this is fixed, changing the messaging contract using GraphQL is not supported.
https://github.com/eosio-enterprise/chappe/blob/master/pkg/dfuse-graphql.go#L68
The text was updated successfully, but these errors were encountered: