Skip to content

Commit

Permalink
[Bug]: Change highlighting in responses from graphql to json where ap…
Browse files Browse the repository at this point in the history
…propriate (#696)
  • Loading branch information
mcop1 authored Feb 15, 2023
1 parent c583e1e commit 4302013
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion doc/10_GraphQL/04_Query/10_Filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Get all `Manufacturer` objects which have 'ca' in their name field.
```

#### Response
```graphql
```json
{
"data": {
"getManufacturerListing": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ be returned by default.

### Response

```graphql
```json
{
"data": {
"getDocument": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

## Response Example

```graphql
```json
{
"data": {
"getCstest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Get the custom asset metadata for language `de`

### Response

```graphql
```json
{
"data": {
"getAsset": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Get the associated categories.

### Response

```graphql
```json
{
"data": {
"getCar": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ and make sure that the `/News` folder is readable.

Here you also see the use of aliases.

```graphql
```json
{
"data": {
"getNews": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Any combination of `variant`, `object`, `folder` is possible as a value for the

### Response

```graphql
```json
{
"data": {
"getCar": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ will generated using the [Thumbnail Operator](../06_Operators.md).

### Response

```graphql
```json
{
"data": {
"getCar": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ the value of the select field into a human-readable representation.

### Response

```graphql
```json
{
"data": {
"getAccessoryPart": {
Expand Down

0 comments on commit 4302013

Please sign in to comment.