IsFollowingResponse()
IsFollowingResponse(source: String!, destination: String!, following: Boolean)
A response to a query on whether 'source' is following 'destination'
source - String!: the source node
destination - String!: the destination node
following - Boolean: true if source is following destination, false otherwise