Skip to content

hirvaDhandhukia/scandi-graphql-resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ScandiPWA_GraphQL_Resolver

This magento module provides GraphQL endpoints for learning query.

Endpoint description

This endpoint allows to perform query operations and return json data.

GraphQL entry:

query {
  CustomGraphql (
    username: "Hirva",
    password: "my-password",
    fieldtype: "none"
  ) {
    username
    password
    fieldtype
  }
}

JSON output:

{
  "data": {
    "CustomGraphql": {
      "username": "Hirva",
      "password": "my-password",
      "fieldtype": "none"
    }
  }
}

About

A Magento 2 module for GraphQL query

Topics

Resources

Stars

Watchers

Forks

Languages