mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Adding variable to the scope and contemplating undefined from the BE
This commit is contained in:
@@ -37,7 +37,7 @@ const StreamQuery: StatelessComponent<InnerProps> = ({
|
||||
}) => (
|
||||
<QueryRenderer<StreamQueryVariables, StreamQueryResponse>
|
||||
query={graphql`
|
||||
query StreamQuery($assetID: ID!) {
|
||||
query StreamQuery($assetID: ID!, $signedIn: Boolean!) {
|
||||
asset(id: $assetID) {
|
||||
...StreamContainer_asset
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user