GQL Orders not accessible

Marco_F1
Shopify Partner
1 0 0

Hi! I'm getting a unauthorized message on my simple gql query (laravel + react env):

const ORDERS_QUERY = gql`{
orders(first: 10) {
edges {
node {
id
}
}
}
}`;

I have set the scopes properly to my understanding : 

SCOPES=read_products,read_script_tags,write_script_tags,read_orders

How can i access the orders?

Insert Signature Here
Replies 0 (0)