PARTIAL: Test A, SDL

PROLOGUE:
directive @fetcher(
    name : String,
    options : String = "",
    source : String = ""
) on FIELD_DEFINITION

TYPES:
type SlingResource {
    path: String!
}

type PageInfo {
    count: Int
}

type typeFromA {
    path : String
}