Skip to content

Commit a7e1322

Browse files
committed
updates to files vs fileuri types
1 parent e05c0a8 commit a7e1322

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

py/bln/queries.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,19 @@
3636

3737
fragment_file = '''
3838
name
39-
uri
40-
uriType
4139
createdAt
4240
updatedAt
41+
tags {
42+
edges {
43+
node {
44+
id
45+
tag {
46+
id
47+
name
48+
}
49+
}
50+
}
51+
}
4352
'''
4453

4554
fragment_project = f'''

py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='bln',
8-
version='0.3.1',
8+
version='0.3.2',
99
author='Daniel Jenson',
1010
author_email='daniel.a.jenson@gmail.com',
1111
description='Big Local News Python SDK',

0 commit comments

Comments
 (0)