Skip to content

Commit 94ed684

Browse files
add project req
1 parent 1e189e9 commit 94ed684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typeDefs/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ export default gql`
4646
Fetch list of releases.
4747
If projectId is provided, fetch releases for the given project.
4848
"""
49-
getReleases(projectId: ID): [Release]!
49+
getReleases(projectId: ID!): [Release]!
5050
}
5151
`;

0 commit comments

Comments
 (0)