Fixed case problem in filename for gql imports

This commit is contained in:
Daniel Egger 2018-10-06 23:23:00 +02:00
parent a305d35f5f
commit 85cc99470e
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#import "./SchoolClassParts.gql" #import "./schoolClassParts.gql"
fragment RoomParts on RoomNode { fragment RoomParts on RoomNode {
id id
slug slug

View File

@ -1,4 +1,4 @@
#import "./SchoolClassParts.gql" #import "./schoolClassParts.gql"
fragment UserParts on UserNode { fragment UserParts on UserNode {
id id
pk pk

View File

@ -1,4 +1,4 @@
#import "./fragments/SchoolClassParts.gql" #import "./fragments/schoolClassParts.gql"
#import "./fragments/userParts.gql" #import "./fragments/userParts.gql"
query MeQuery { query MeQuery {
me { me {