OBJECT
Mention
link GraphQL Schema definition
1 type Mention { 2 3 ID! : 4 5 ID! : 6 7 ID : 8 9 ID : 10 11 ID : 12 13 ID : 14 15 ID : 16 17 ID : 18 19 ID : 20 21 ID : 22 23 ID : 24 25 ID : 26 27 ID : 28 29 Int : 30 31 Int : 32 33 Int : 34 35 Int : 36 37 Float : 38 39 Boolean : 40 41 DateTime : 42 43 JSONData : 44 45 MentionSnippets] : [ 46 47 MentionUserSnippets] : [ 48 49 JSONData : 50 51 JSONData : 52 53 JSONData : 54 55 MentionCommentList : 56 57 ID : 58 59 DateTime : 60 61 DateTime : 62 63 DateTime : 64 65 ScheduledJob : 66 67 TemporalDataObject : 68 69 Organization! : 70 71 Watchlist : 72 73 JSONData : 74 75 JSONData : 76 77 String : 78 79 ID): MentionRatingList ( : 80 81 String : 82 83 String : 84 85 Campaign : 86 87 DateTime : 88 89 DateTime : 90 91 }
link Required by
- CollectionMention
- MentionList
- MutationMutations are used to modify data. Each mutation takes an input that contains the data necessary to create or update the data in question.
- QueryQueries are used to retrieve data. If you're new to our API, try the `me` query to explore the information you have access to. Hit `ctrl-space` at any time to activate field completion hints, and mouse over a field or parameter to see its documentation.