Skip to content

Commit

Permalink
2.2.3 Sprint 12.IP
Browse files Browse the repository at this point in the history
  • Loading branch information
dxa-team committed Nov 26, 2019
2 parents 0f52354 + 5180219 commit 1fd8549
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
query componentPresentations($namespaceId: Int!, $publicationId: Int!, $first: Int, $after: String, $filter: InputComponentPresentationFilter!, $sort: InputSortParam, $contextData: [InputClaimValue!]) {
componentPresentations(namespaceId: $namespaceId, publicationId: $publicationId, first: $first, after: $after, filter: $filter, sort: $sort, contextData: $contextData) {
query componentPresentations($namespaceId: Int!, $publicationId: Int!, $first: Int, $after: String, $filter: InputComponentPresentationFilter!, $inputSortParam: InputSortParam, $contextData: [InputClaimValue!]) {
componentPresentations(namespaceId: $namespaceId, publicationId: $publicationId, first: $first, after: $after, filter: $filter, sort: $inputSortParam, contextData: $contextData) {
edges {
cursor
node {
Expand Down

0 comments on commit 1fd8549

Please sign in to comment.