aslukili / graphql-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL Examples

Code Examples that show how to work with the Salesforce GraphQL API

  1. Clone the repo:

    git clone git@github.com:albarivas/graphql-examples.git
    
  2. If you haven't already done so, authorize with your hub org and provide it with an alias (myhuborg in the command below):

    sfdx force:auth:web:login -d -a myhuborg
    
  3. Create a scratch org and provide it with an alias (graphql-examples in the command below):

    sfdx force:org:create -s -f config/project-scratch-def.json -a graphql-examples
    
  4. Push the app to your scratch org:

    sfdx force:source:push
    
  5. Assign the Community_Conferences permission set to the default user:

    sfdx force:user:permset:assign -n Community_Conferences
    
  6. Open the scratch org:

    sfdx force:org:open
    
  7. Execute examples on the scripts/graphql folder using a GraphQL client such as Altair. Instructions to set it up here.

About


Languages

Language:JavaScript 67.2%Language:HTML 31.0%Language:Shell 1.8%