Skip to content

Commit

Permalink
Count of elements in attributeList query is not mandatory.
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-julien committed Sep 5, 2019
1 parent 49eed88 commit 084b52d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ AttributesList.propTypes = {
};

export const attributesListQuery = graphql`
query AttributesListQuery($type: String!, $count: Int!) {
query AttributesListQuery($type: String!, $count: Int) {
...AttributesList_data @arguments(type: $type, count: $count)
}
`;
Expand Down

0 comments on commit 084b52d

Please sign in to comment.