Adding variable to the scope and contemplating undefined from the BE

This commit is contained in:
Belen Curcio
2018-08-17 12:02:07 -03:00
parent fb2af720ed
commit 1c135a9ccb
4 changed files with 4 additions and 4 deletions
@@ -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
}