Fragment

No description

interface Fragment {
text: String!
sequence: Int!
kind: String!
}

Fields

text (String!)

sequence (Int!)

kind (String!)