This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prezentacja: https://docs.google.com/presentation/d/1wMFvWEpnCAKI1LvpaHBh_KYfj8uPsU7kfF2x7tu2EY0/edit?usp=sharing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
_repository { | |
location(locationId: 73) { | |
pathString | |
children(sortBy: [_name, _desc], first:3) { | |
totalCount | |
pages { | |
number | |
cursor | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
_repository { | |
location(locationId: 73) { | |
pathString | |
children(sortBy: [_name, _desc], first:3) { | |
pageInfo { | |
hasNextPage | |
endCursor | |
} | |
edges { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
_repository { | |
location(locationId: 73) { | |
pathString | |
children(sortBy: [_name, _desc], first:3) { | |
pageInfo { | |
hasNextPage | |
endCursor | |
} | |
edges { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
_repository { | |
location(locationId: 2) { | |
pathString | |
children { | |
edges { | |
node { | |
id # 10) Location ID | |
remoteId # Location remote ID | |
invisible # 2) Visibility ?? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"error": { | |
"code": 500, | |
"message": "Internal Server Error", | |
"exception": [ | |
{ | |
"message": "Could not found type with alias \"Page\". Do you forget to define it?", | |
"class": "Overblog\\GraphQLBundle\\Resolver\\UnresolvableException", | |
"trace": [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"content": { | |
"articles": { | |
"edges": [ | |
{ | |
"node": { | |
"_name": "New article", | |
"_location": { | |
"id": 72, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"content": { | |
"articles": { | |
"edges": [ | |
{ | |
"node": { | |
"_name": "New article", | |
"_location": { | |
"id": 72, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
content { | |
articles { | |
edges { | |
node { | |
_name # 1) Name | |
_location { | |
id # 10) Location ID | |
remoteId # Location remote ID | |
invisible # 2) Visibility ?? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
content { | |
articles { | |
edges { | |
node { | |
_name # 1) Name | |
_location { | |
id # 10) Location ID | |
remoteId # Location remote ID | |
invisible # 2) Visibility ?? |
NewerOlder