No content to show

User Activity

Mutation:-mutation {  cartLinesAdd(    cartId: "gid://shopify/Cart/c1-1618fd08759dba06b2abd2ea105eb44a",    lines: [      {        merchandiseId: "gid://shopify/ProductVariant/46951957758237",        quantity: 15,      }    ]  ) {    cart {      id  ...
Requires write_customers access scope is also tik mark in my shopify store but i don't found the scope write_customer_payment_methods . so please tell me how to access this scope and where it this place 

mutation {                  customerPaymentMethodCreditCardCreate(                    billingAddress: {                      address1: "this is my street addtress....",                      city: "surat",                      company: "sqsqsqsqs",   ...
mutation {  checkoutCompleteWithCreditCardV2(    checkoutId: "gid://shopify/Checkout/eb6d03825ad479d2d92bba993a2a7704?key=9282da4901528da4de3afd1ddcef6108",    vaultId:"682281968a007d4af32cd648cee44sb9",    payment: {      idempotencyKey: "682281968a...
{    "errors": [        {            "message": "Invalid global id 'pay_NQmaLp5p0FBqZ6'",            "locations": [                {                    "line": 3,                    "column": 23                }            ],            "path": [    ...
QUERY:-mutation {  orderCapture(input: {    amount: "870.00",    currency: "IN",    id: "gid://shopify/Order/5649145266461",    paymentGatewayId: "pay_NQmaLp5p0FBqZ6"  }) {    transaction {      id    }    userErrors {      field      message    }  }...
i dont have query of its so please give me query of credit stripe payment getway becauise i want for testing  
i want connect shopify payment stripe with graphql query how to it is possible please give me it's query 
what is flow of draft order create 1st is create cart2nd is add item into cart3rd is checkout or create draft order please give me solution of this thrird step 
 in this picture i want to get total 15 products using admin_api but now i want to get total number of records in my database hot to get it  
i want to add [password field in login and registration query how it is possible ? 
yes i want to login customer and also for registration 
query file.....mutation{    customerCreate(input: {        email:"ewe@sd.cm",        lastName:"dsdsdsds",        phone:"+918787878781",        note:"gid://shopify/Cart/c1-d9b2b375e8ed378d15a1c053651103aa",        avatar: {          originalSrc: "URL_...
how to create code in graphql for login page without password field...===============Query Mutation Work on admin side====================mutation createCustomerMetafields($input: CustomerInput!) {  customerCreate(input: $input) {    customer {      ...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From