blob: 55bb978c9908315818d1c715632260cce3c42aa5 [file] [log] [blame]
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
}