-
Notifications
You must be signed in to change notification settings - Fork 227
Closed
Description
When I add query arguments and try to access first 2 records, it troughs an error
Fig1: Models.py
Fig2: Schema.py
Fig3: Query returning all records with departmentId 2 from employee table
When I try to query for first two records from employee table by passing value to first argument as shown in fig 4: it troughs an error complaining that, it found an unexpected keyword 'first'. However, I see first as default argument to the Employees endpoint(to the right of fig4.). I am new to graphQL. Any help is appreciated. Basically, I want to use pagination after I query for records on certain fields.
Fig4: Error message
Metadata
Metadata
Assignees
Labels
No labels