Category

Unlike traditional REST APIs, GraphQL allows you to define precisely what information you require, minimizing over-fetching and under-fetching of data for better page speed and user experience. We’re applying this query language in our recent project for Website Redesign.

Published on
Article Photo
Article Type
Day Hike
{
    "jsonapi": {
        "version": "1.0",
        "meta": {
            "links": {
                "self": {
                    "href": "http:\/\/jsonapi.org\/format\/1.0\/"
                }
            }
        }
    },
    "data": {
        "type": "node--article",
        "id": "2f6272af-ea26-4315-a4dd-bd1af1c86466",
        "links": {
            "self": {
                "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/2f6272af-ea26-4315-a4dd-bd1af1c86466?resourceVersion=id%3A523"
            }
        },
        "attributes": {
            "internalId": 521,
            "isPublished": true,
            "title": "A Powerful Choice for your Next.js Project",
            "created": "2024-02-02T16:27:42+00:00",
            "changed": "2024-02-02T16:30:24+00:00",
            "promote": false,
            "sticky": false,
            "metatag": [
                {
                    "tag": "meta",
                    "attributes": {
                        "name": "title",
                        "content": "A Powerful Choice for your Next.js Project | Inclind"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "name": "description",
                        "content": "Unlike traditional REST APIs, GraphQL allows you to define precisely what information you require, minimizing over-fetching and under-fetching of data for"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "name": "abstract",
                        "content": "Delaware Drupal web development company specializing in custom Drupal development, real estate and rental brokerage websites, internet marketing and ecommerce"
                    }
                },
                {
                    "tag": "link",
                    "attributes": {
                        "rel": "canonical",
                        "href": "https:\/\/www.inclind.com\/news\/powerful-choice-your-nextjs-project"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "name": "robots",
                        "content": "index, follow"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:site_name",
                        "content": "Inclind"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:url",
                        "content": "https:\/\/www.inclind.com\/news\/powerful-choice-your-nextjs-project"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:title",
                        "content": "A Powerful Choice for your Next.js Project"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:description",
                        "content": "Delaware Drupal web development company specializing in custom Drupal development, real estate and rental brokerage websites, internet marketing and ecommerce"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "place:location:latitude",
                        "content": "38.77513"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "place:location:longitude",
                        "content": "-75.13974"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:street_address",
                        "content": "119 W. Third St., Suite 6"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:locality",
                        "content": "Lewes"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:region",
                        "content": "Delaware"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:postal_code",
                        "content": "19958"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:country_name",
                        "content": "United States"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:email",
                        "content": "hello@inclind.com"
                    }
                },
                {
                    "tag": "meta",
                    "attributes": {
                        "property": "og:phone_number",
                        "content": "(800) 604-8139"
                    }
                }
            ],
            "path": {
                "alias": "\/news\/powerful-choice-your-nextjs-project",
                "pid": 1430,
                "langcode": "en"
            },
            "body": {
                "value": "\u003Cp\u003EUnlike traditional REST APIs, GraphQL allows you to define precisely what information you require, minimizing over-fetching and under-fetching of data for better page speed and user experience. We\u2019re applying this query language in our recent project for Website Redesign.\u003C\/p\u003E",
                "format": "full_html",
                "processed": "\u003Cp\u003EUnlike traditional REST APIs, GraphQL allows you to define precisely what information you require, minimizing over-fetching and under-fetching of data for better page speed and user experience. We\u2019re applying this query language in our recent project for Website Redesign.\u003C\/p\u003E\n",
                "summary": ""
            },
            "articleType": "day-hike",
            "author": null,
            "authorTitle": null,
            "challenge": null,
            "introText": null,
            "location": null,
            "f_metatag": null,
            "publishDate": "2024-02-02",
            "result": null,
            "solution": null,
            "subheader1": null,
            "subheader2": null
        },
        "relationships": {
            "contentType": {
                "data": null,
                "links": {
                    "self": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/2f6272af-ea26-4315-a4dd-bd1af1c86466\/relationships\/contentType?resourceVersion=id%3A523"
                    }
                }
            },
            "category": {
                "data": {
                    "type": "catTerm",
                    "id": "69fc5ba7-e821-4152-8b04-7d12607a5dd7",
                    "meta": {
                        "drupal_internal__target_id": 5
                    }
                },
                "links": {
                    "related": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/2f6272af-ea26-4315-a4dd-bd1af1c86466\/category?resourceVersion=id%3A523"
                    },
                    "self": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/2f6272af-ea26-4315-a4dd-bd1af1c86466\/relationships\/category?resourceVersion=id%3A523"
                    }
                }
            },
            "companyRef": {
                "data": null,
                "links": {
                    "related": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/2f6272af-ea26-4315-a4dd-bd1af1c86466\/companyRef?resourceVersion=id%3A523"
                    },
                    "self": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/2f6272af-ea26-4315-a4dd-bd1af1c86466\/relationships\/companyRef?resourceVersion=id%3A523"
                    }
                }
            },
            "image": {
                "data": {
                    "type": "images",
                    "id": "3a71476b-6714-481b-8603-5d1e931b9927",
                    "meta": {
                        "drupal_internal__target_id": 720
                    }
                },
                "links": {
                    "related": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/2f6272af-ea26-4315-a4dd-bd1af1c86466\/image?resourceVersion=id%3A523"
                    },
                    "self": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/2f6272af-ea26-4315-a4dd-bd1af1c86466\/relationships\/image?resourceVersion=id%3A523"
                    }
                }
            },
            "slides": {
                "data": [],
                "links": {
                    "related": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/2f6272af-ea26-4315-a4dd-bd1af1c86466\/slides?resourceVersion=id%3A523"
                    },
                    "self": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/2f6272af-ea26-4315-a4dd-bd1af1c86466\/relationships\/slides?resourceVersion=id%3A523"
                    }
                }
            },
            "teamMember": {
                "data": [],
                "links": {
                    "related": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/2f6272af-ea26-4315-a4dd-bd1af1c86466\/teamMember?resourceVersion=id%3A523"
                    },
                    "self": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/2f6272af-ea26-4315-a4dd-bd1af1c86466\/relationships\/teamMember?resourceVersion=id%3A523"
                    }
                }
            },
            "tags": {
                "data": [
                    {
                        "type": "tagTerm",
                        "id": "5e852fc1-e4a4-45be-8ef9-301fc0c75cd1",
                        "meta": {
                            "drupal_internal__target_id": 43
                        }
                    },
                    {
                        "type": "tagTerm",
                        "id": "18b9343d-9dab-47f0-b782-5fdf145d7d9d",
                        "meta": {
                            "drupal_internal__target_id": 47
                        }
                    }
                ],
                "links": {
                    "related": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/2f6272af-ea26-4315-a4dd-bd1af1c86466\/tags?resourceVersion=id%3A523"
                    },
                    "self": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/2f6272af-ea26-4315-a4dd-bd1af1c86466\/relationships\/tags?resourceVersion=id%3A523"
                    }
                }
            },
            "topic": {
                "data": [
                    {
                        "type": "topicTerm",
                        "id": "1a993f8f-ee53-4048-ba7a-94e301547386",
                        "meta": {
                            "drupal_internal__target_id": 2
                        }
                    },
                    {
                        "type": "topicTerm",
                        "id": "bb7854d4-fa7b-4cd7-8c65-06707ad8140e",
                        "meta": {
                            "drupal_internal__target_id": 129
                        }
                    }
                ],
                "links": {
                    "related": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/2f6272af-ea26-4315-a4dd-bd1af1c86466\/topic?resourceVersion=id%3A523"
                    },
                    "self": {
                        "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/2f6272af-ea26-4315-a4dd-bd1af1c86466\/relationships\/topic?resourceVersion=id%3A523"
                    }
                }
            }
        }
    },
    "links": {
        "self": {
            "href": "https:\/\/backend.inclind.com\/jsonapi\/articles\/2f6272af-ea26-4315-a4dd-bd1af1c86466?resourceVersion=id%3A523"
        }
    }
}